fixed packager options
This commit is contained in:
parent
b14d0b9685
commit
5cd6a9fa07
@ -19,7 +19,6 @@ version.timestamp = Date.now();
|
||||
|
||||
options.dir = '.';
|
||||
options.name = "TeaClient";
|
||||
options.executableName = "TeaClient";
|
||||
options.appVersion = pkg.version;
|
||||
options.appCopyright = "© 2018-2019 Markus Hadenfeldt All Rights Reserved";
|
||||
options.out = "build/";
|
||||
|
@ -43,7 +43,7 @@
|
||||
"assert-plus": "^1.0.0",
|
||||
"aws-sign2": "^0.7.0",
|
||||
"aws4": "^1.8.0",
|
||||
"electron": "^5.0.6",
|
||||
"electron": "5.0.6",
|
||||
"electron-rebuild": "^1.8.5",
|
||||
"extend": "^3.0.2",
|
||||
"extsprintf": "^1.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user