From a14b4ac6507b65d9b2d5e22ff89cf89c689cd936 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Apr 2020 18:57:01 +0200 Subject: [bug] do not use cross-compiling for the helper in win - add -H windowsgui to avoid console popping up --- branding/templates/windows/payload/install | 2 +- branding/templates/windows/payload/uninstall | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'branding/templates/windows/payload') diff --git a/branding/templates/windows/payload/install b/branding/templates/windows/payload/install index da9a195..280703a 100755 --- a/branding/templates/windows/payload/install +++ b/branding/templates/windows/payload/install @@ -1,4 +1,4 @@ -..\staging\bitmask_helper.exe +..\staging\helper.exe ..\staging\bitmask-vpn.exe ..\staging\libcrypto-1_1-x64.dll ..\staging\liblzo2-2.dll diff --git a/branding/templates/windows/payload/uninstall b/branding/templates/windows/payload/uninstall index f0a1687..bb6cf39 100755 --- a/branding/templates/windows/payload/uninstall +++ b/branding/templates/windows/payload/uninstall @@ -1,13 +1,14 @@ icon.ico -openssl.exe -openvpn.exe -ssleay32.dll -libeay32.dll -liblzo2-2.dll -libpkcs11-helper-1.dll +openssl.exe +openvpn.exe +ssleay32.dll +libeay32.dll +liblzo2-2.dll +libpkcs11-helper-1.dll libcrypto-1_1-x64.dll libssl-1_1-x64.dll padlock.dll -bitmask-helper.exe +bitmask_helper.exe bitmask-vpn.exe tap-windows.exe +helper.exe -- cgit v1.2.3