update for linux

desktopautoupdate
bunsenstraat 10 months ago
parent e876443577
commit 07394134e8
  1. 8
      apps/remixdesktop/package.json

@ -91,6 +91,7 @@
"darkModeSupport": true "darkModeSupport": true
}, },
"dmg": { "dmg": {
"writeUpdateInfo": true
}, },
"nsis": { "nsis": {
"createDesktopShortcut": "always", "createDesktopShortcut": "always",
@ -104,10 +105,15 @@
"nsis" "nsis"
], ],
"icon": "assets/icon.png" "icon": "assets/icon.png"
},
"deb": {
}, },
"linux": { "linux": {
"target": [ "target": [
"deb" "deb",
"snap",
"AppImage"
], ],
"category": "WebBrowser", "category": "WebBrowser",
"icon": "assets" "icon": "assets"

Loading…
Cancel
Save