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