Skip to content

Commit 2a102c7

Browse files
Linux 86 to 64
1 parent b7d16c2 commit 2a102c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:win": "npm run build:win:clean && npm run build:vue && build --tasks win-x86 --mirror https://dl.nwjs.io/ .",
2323
"build:lin": "npm run build:lin:clean && npm run build:vue && build --tasks linux-x64 --mirror https://dl.nwjs.io/ .",
2424
"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",
25+
"build:lin:clean": "rimraf ./dist-vue ./dist/nw-vue-1.0.0-linux-x64 ./dist/nw-vue-1.0.0-linux-x64.zip",
2626
"run:win": "dist\\nw-vue-1.0.0-win-x86\\nw-vue.exe",
2727
"run:lin": "./dist/nw-vue-1.0.0-linux-x64/nw-vue",
2828
"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",

0 commit comments

Comments
 (0)