mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
update window_size
This commit is contained in:
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "scoreko-electron-dev",
|
||||
"version": "0.2.0",
|
||||
"description": "Electron wrapper to run NodeCG with the scoreko-dev bundle",
|
||||
"version": "0.1.0",
|
||||
"description": "Scoreko",
|
||||
"author": {
|
||||
"name": "Scoreko Team",
|
||||
"email": "dev@scoreko.local"
|
||||
"name": "Pandipipas",
|
||||
"email": "pablocg182000@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
@@ -20,7 +20,7 @@
|
||||
"pack": "npm run build && electron-builder --dir",
|
||||
"dist": "npm run build && electron-builder",
|
||||
"rebuild:native": "node scripts/rebuild-nodecg-native.mjs",
|
||||
"rebuild:electron": "electron-rebuild --version 39.5.1 --module-dir lib/nodecg/workspaces/database-adapter-sqlite-legacy --only better-sqlite3 -f"
|
||||
"rebuild:better-sqlite3": "electron-rebuild --version 39.5.1 --module-dir lib/nodecg/workspaces/database-adapter-sqlite-legacy --only better-sqlite3 -f"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.scoreko.desktop",
|
||||
@@ -61,7 +61,7 @@
|
||||
"nsis"
|
||||
],
|
||||
"icon": "static/icons/icon.ico",
|
||||
"executableName": "Scoreko"
|
||||
"executableName": "scoreko"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
|
||||
Reference in New Issue
Block a user