We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6b02 commit 3206ccdCopy full SHA for 3206ccd
package.json
@@ -5,8 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "electron .",
8
- "build": "electron-builder --win --linux --x64",
9
- "mac": "electron-builder --mac --arm64"
+ "build": "./build.sh --win --linux --x64",
+ "mac": "./build.sh --mac --arm64"
10
},
11
"build": {
12
"appId": "dev.colbster937.webmcdesktop",
0 commit comments