Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aredden committed Dec 15, 2020
2 parents 9e93b86 + 5a436f3 commit 925a914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aredden/electron-G14Control.git"
"url": "https://github.com/aredden/electron-g14control.git"
},
"homepage": "./",
"main": "build/electron.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"electron-build": "npm run build && npm run dist",
"pack": "electron-builder --dir",
"electron-pub": "electron-builder build --publish always",
"dist": "electron-builder",
"dist": "electron-builder --publish always",
"postinstall": "electron-builder install-app-deps",
"build-electron": "call \"./build-all.bat\"",
"build-github": "call \"./github-build.bat\""
Expand Down

0 comments on commit 925a914

Please sign in to comment.