Update package.json
This commit is contained in:
parent
585a057a36
commit
7f51dd8b76
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron-forge start",
|
"start": "electron-forge start",
|
||||||
"package": "electron-forge package",
|
"package": "electron-forge package",
|
||||||
"make": "electron-forge make",
|
"make": "npx electron-packager --platform linux,win32 --arch x64,arm64",
|
||||||
"make-flatpak": "electron-forge make --platform linux --targets flatpak",
|
|
||||||
"make-appimg": "electron-forge make --platform linux --targets appimage"
|
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/electron/electron-quick-start",
|
"repository": "https://github.com/electron/electron-quick-start",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in a new issue