Removed old electron-packager scripts
This commit is contained in:
parent
2d6665dee9
commit
0c710b751d
1 changed files with 0 additions and 6 deletions
|
|
@ -11,7 +11,6 @@
|
|||
"license": "GNU General Public License v3.0 ",
|
||||
"main": "./app/app.js",
|
||||
"scripts": {
|
||||
"pack": "build --dir",
|
||||
"dist": "build",
|
||||
"dist:win": "build --win",
|
||||
"build:android": "npm run setup-webpack-config && tns build android --bundle --env.production && npm run remove-webpack-config",
|
||||
|
|
@ -24,11 +23,6 @@
|
|||
"debug:ios": "npm run setup-webpack-config && tns debug ios --bundle --env.development",
|
||||
"electron:run": "electron .",
|
||||
"electron:dev": "electron app.dev.js",
|
||||
"package:all": "npm run build:web && npm run package:win && npm run package:linux && npm run package:rpi && npm run package:darwin",
|
||||
"package:darwin": "electron-packager . openflexure-ev --ignore=\"^/(src|app/installers|platforms|hooks|\\..*)\" --overwrite --asar --platform=darwin --arch=x64 --icon=app/icons/mac/icon.icns --prune=true --out=release-builds",
|
||||
"package:linux": "electron-packager . openflexure-ev --ignore=\"^/(src|app/installers|platforms|hooks|\\..*)\" --overwrite --asar --platform=linux --arch=x64 --icon=app/icons/png/1024x1024.png --prune=true --out=release-builds",
|
||||
"package:rpi": "electron-packager . openflexure-ev --ignore=\"^/(src|app/installers|platforms|hooks|\\..*)\" --overwrite --asar --platform=linux --electron-version=3.0.13 --arch=armv7l --icon=app/icons/png/1024x1024.png --prune=true --out=release-builds",
|
||||
"package:win": "electron-packager . openflexure-ev --ignore=\"^/(src|app/installers|platforms|hooks|\\..*)\" --overwrite --platform=win32 --arch=x64 --icon=app/icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"OpenFlexure Microscope JS\"",
|
||||
"preview:android": "npm run setup-webpack-config && tns preview --bundle --env.development --env.android",
|
||||
"preview:ios": "npm run setup-webpack-config && tns preview --bundle --env.development --env.ios",
|
||||
"remove-webpack-config": "node ./node_modules/vue-cli-plugin-nativescript-vue/lib/scripts/webpack-maintenance post",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue