fixed packager options

This commit is contained in:
WolverinDEV 2019-07-05 22:48:49 +02:00
parent b14d0b9685
commit 5cd6a9fa07
2 changed files with 1 additions and 2 deletions

View File

@ -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/";

View File

@ -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",