fix
This commit is contained in:
+4
-1
@@ -19,7 +19,7 @@
|
||||
"pack:dir": "npm run build && node scripts/release-win-prep.mjs && electron-builder --dir",
|
||||
"pack:mac": "npm run build && electron-builder --mac",
|
||||
"pack:win": "npm run build && node scripts/release-win-prep.mjs && electron-builder --win",
|
||||
"pack:linux": "npm run build && electron-builder --linux"
|
||||
"pack:linux": "node scripts/release-linux-pack.mjs"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -96,6 +96,9 @@
|
||||
"node_modules/@img/**",
|
||||
"node_modules/ffmpeg-static/**"
|
||||
],
|
||||
"toolsets": {
|
||||
"appimage": "1.0.2"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.games",
|
||||
"target": [
|
||||
|
||||
Reference in New Issue
Block a user