File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "build:win32" : " cross-env BUILD_TARGET=win32 node .electron-vue/build.js" ,
1515 "build:clean" : " cross-env BUILD_TARGET=clean node .electron-vue/build.js" ,
1616 "build:web" : " cross-env BUILD_TARGET=web node .electron-vue/build.js" ,
17+ "release" : " ./scrips/release.sh" ,
1718 "dev" : " node .electron-vue/dev-runner.js" ,
1819 "lint" : " eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src" ,
1920 "lint:fix" : " eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src" ,
Original file line number Diff line number Diff line change 1+ tar -zcvf ./build/Easy\ QR\ Code-darwin-x64.zip ./build/Easy\ QR\ Code-darwin-x64
2+ tar -zcvf ./build/Easy\ QR\ Code-linux-x64.zip ./build/Easy\ QR\ Code-linux-x64
3+ tar -zcvf ./build/Easy\ QR\ Code-mas-x64.zip ./build/Easy\ QR\ Code-mas-x64
4+ tar -zcvf ./build/Easy\ QR\ Code-win32-x64.zip ./build/Easy\ QR\ Code-win32-x64
You can’t perform that action at this time.
0 commit comments