Skip to content

Commit 0abbf7e

Browse files
author
Daniel Bulant
committed
Winlin compile script
1 parent e4c89b5 commit 0abbf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"compile-win32": "npm run build && electron-builder -w -p always --x64",
5353
"compile-darwin": "npm run build && electron-builder -m -p always --x64",
5454
"compile-linux": "npm run build && electron-builder -l -p always",
55+
"compile-winlin": "npm run compile-linux; npm run compile-win32",
5556
"lint": "tslint \"src/**/*.ts*\"",
5657
"lint-fix": "prettier --write \"src/**/*.ts*\" && tslint \"src/**/*.ts*\" --fix",
5758
"postinstall": "electron-builder install-app-deps",

0 commit comments

Comments
 (0)