From 5cd6a9fa073186184491ec880340116ec3c13b3c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 5 Jul 2019 22:48:49 +0200 Subject: [PATCH] fixed packager options --- installer/build.ts | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/build.ts b/installer/build.ts index 1747ded..fe70ce2 100644 --- a/installer/build.ts +++ b/installer/build.ts @@ -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/"; diff --git a/package.json b/package.json index 0faae5c..5204da2 100644 --- a/package.json +++ b/package.json @@ -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",