mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Potential Mac build support
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"lint": "ng lint",
|
||||
"clean": "rimraf dist release",
|
||||
"build:windows": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --windows",
|
||||
"build:mac": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --mac",
|
||||
"build:linux": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --linux",
|
||||
"serve:angular": "ng serve",
|
||||
"release": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build"
|
||||
|
||||
Reference in New Issue
Block a user