Skip to content

Commit b7d16c2

Browse files
Update manifest and lock file for linux
1 parent ecf13b9 commit b7d16c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
"build:vue": "vue-cli-service build --modern --dest ./dist-vue",
2121
"build:nw": "build --concurrent --tasks win-x86,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ .",
2222
"build:win": "npm run build:win:clean && npm run build:vue && build --tasks win-x86 --mirror https://dl.nwjs.io/ .",
23+
"build:lin": "npm run build:lin:clean && npm run build:vue && build --tasks linux-x64 --mirror https://dl.nwjs.io/ .",
2324
"build:win:clean": "rimraf ./dist-vue ./dist/nw-vue-1.0.0-win-x86 ./dist/nw-vue-1.0.0-win-x86.zip ./dist/nw-vue-1.0.0-win-x86.7z ./dist/nw-vue-1.0.0-win-x86-Setup.exe",
25+
"build:lin:clean": "rimraf ./dist-vue ./dist/nw-vue-1.0.0-linux-x86 ./dist/nw-vue-1.0.0-linux-x86.zip",
2426
"run:win": "dist\\nw-vue-1.0.0-win-x86\\nw-vue.exe",
27+
"run:lin": "./dist/nw-vue-1.0.0-linux-x64/nw-vue",
2528
"regression": "rd /s /q node_modules & rd /s /q node_modules & rd /s /q node_modules & npm install && npm run lint && npm test && npm run build:win && npm run run:win",
2629
"lint": "vue-cli-service lint --no-fix",
2730
"fix": "vue-cli-service lint --fix",

0 commit comments

Comments
 (0)