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
737319774d
commit
4758c09db1
@ -28,10 +28,14 @@
|
||||
"icon": "icon.ico"
|
||||
},
|
||||
"linux": {
|
||||
"target": "snap",
|
||||
"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.",
|
||||
"snap": {
|
||||
"grade": "stable",
|
||||
"confinement": "strict"
|
||||
}
|
||||
},
|
||||
"fileAssociations": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user