Skip to content

Commit

Permalink
Merge pull request #3 from d43m0nhLInt3r/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
d43m0nhLInt3r authored Jul 28, 2020
2 parents 3009f57 + 6aaf001 commit 0ef3b91
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1,146 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,26 @@
"description": "An Open Source Pepega Board",
"main": "main.js",
"repository": "https://github.com/d43m0nhLInt3r/PepegaBoard",
"author": {"name": "d43m0nhLInt3r", "email": "lookat@my.repo" },
"author": {
"name": "d43m0nhLInt3r",
"email": "lookat@my.repo"
},
"license": "GPL-3.0",
"scripts": {
"start": "electron .",
"build-deb-64": "electron-builder -l deb --x64 ",
"build-win-64": "electron-builder -w nsis --x64 ",
"build-mac-64": "electron-builder -m --x64 ",
"build-deb": "electron-builder -l deb --x64 ",
"build-win": "electron-builder -w nsis --x64 ",
"build-mac": "electron-builder -m --x64 ",
"build-arch-pac": "electron-builder -l pacman --x64 ",
"build-linux-appimage": "electron-builder -l appimage --x64 "
"build-linux-appimage": "electron-builder -l appimage --x64 ",
"build-all": "yarn run build-deb && yarn run build-win && yarn run build-mac && yarn run build-arch-pac && yarn run build-linux-appimage"
},
"devDependencies": {
"electron": "^9.1.1",
"electron-builder": "^22.8.0"
},
"dependencies": {
"bootstrap": "^4.5.0",
"electron-icon-maker": "^0.0.4",
"jquery": "^3.5.1"
},
"release": "build",
Expand Down
Loading

0 comments on commit 0ef3b91

Please sign in to comment.