Update package.json
This commit is contained in:
parent
2f64e8b41f
commit
e4776f36ad
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"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 .",
|
||||||
|
"make-mac": "npx electron-packager --platform darwin --arch x64 ."
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/Sneed-Group/sneedium",
|
"repository": "https://github.com/Sneed-Group/sneedium",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in a new issue