mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update package.json
This commit is contained in:
parent
66352b99d5
commit
5f8cb2d794
@ -21,17 +21,24 @@
|
||||
"target": [
|
||||
"dmg"
|
||||
],
|
||||
"icon": "icon.icns"
|
||||
"icon": "icon.icns",
|
||||
"artifactName": "SimpliPlay-${arch}-darwin.${ext}"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "icon.ico"
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": ["x64", "arm64"]
|
||||
}
|
||||
],
|
||||
"artifactName": "SimpliPlay-${arch}-win-setup.${ext}"
|
||||
},
|
||||
"linux": {
|
||||
"target": ["snap", "AppImage"],
|
||||
"icon": "icon.png",
|
||||
"executableName": "SimpliPlay",
|
||||
"synopsis": "The mission to make media playback accessible anywhere, anytime."
|
||||
"synopsis": "The mission to make media playback accessible anywhere, anytime.",
|
||||
"artifactName": "SimpliPlay-${arch}-linux.${ext}"
|
||||
},
|
||||
"fileAssociations": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user