Revert "Fix linux builds"

This commit is contained in:
Richard Osborne
2024-12-29 10:01:32 +01:00
committed by GitHub
parent 3f5addb251
commit c6460b235a
3 changed files with 6 additions and 17 deletions

View File

@@ -18,7 +18,6 @@
"appId": "com.opennoodl.app",
"afterSign": "./build/macos-notarize.js",
"mac": {
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"extendInfo": {
@@ -34,8 +33,7 @@
"guid": "com.opennoodl.app"
},
"linux": {
"target": "appimage",
"category": "Development"
"target": "deb"
},
"protocols": {
"name": "opennoodl",
@@ -143,4 +141,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}