Commit d458d9ee authored by Patiphan Marak's avatar Patiphan Marak

package

parent 8461a168
......@@ -7,7 +7,8 @@
"app": "./node_modules/electron/dist/electron .",
"touch": "touch สวัสดี",
"echo": "echo สวัสดี",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"package-linux": "electron-packager . electron-tutorial-app --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/apple.png --prune=true --out=release-builds"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment