Build appimage instead of deb for linux

This commit is contained in:
Dimitris Zervas
2024-12-19 20:17:33 +02:00
committed by GitHub
parent 07a284cf2d
commit 42f6aedbc0

View File

@@ -33,7 +33,7 @@
"guid": "com.opennoodl.app"
},
"linux": {
"target": "deb"
"target": "appimage"
},
"protocols": {
"name": "opennoodl",
@@ -141,4 +141,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}