Skip to content

Commit

Permalink
make publishable great again
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlbertoGonzalez committed Jun 18, 2020
1 parent 801666d commit 9454e0d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 134 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-3.0",
"main": "./dist/electron/main.js",
"scripts": {
"build": "cross-env node .electron-vue/build.js && node ./scripts/build/electron-build.js",
"build": "node .electron-vue/build.js && electron-builder",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
Expand All @@ -20,7 +20,7 @@
"test": "npm run unit && npm run e2e",
"unit": "karma start test/unit/karma.conf.js",
"postinstall": "npm run lint:fix",
"publish": "./node_modules/.bin/electron-builder --publish always"
"publish": "electron-builder --publish always"
},
"build": {
"productName": "Internxt Drive",
Expand Down Expand Up @@ -68,9 +68,9 @@
},
"nsis": {
"allowElevation": true,
"deleteAppDataOnUninstall": true,
"deleteAppDataOnUninstall": false,
"artifactName": "${productName}-${version}.${ext}",
"oneClick": false,
"oneClick": true,
"perMachine": false
},
"linux": {
Expand Down
20 changes: 0 additions & 20 deletions scripts/build/config/linux.json

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/build/config/mac.json

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/build/config/windows.json

This file was deleted.

51 changes: 0 additions & 51 deletions scripts/build/electron-build.js

This file was deleted.

0 comments on commit 9454e0d

Please sign in to comment.