diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-04-24 18:57:01 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-04-30 22:10:31 +0200 |
commit | a14b4ac6507b65d9b2d5e22ff89cf89c689cd936 (patch) | |
tree | 7eaecf9f82d703e3da30e9efe3a63a4d56b39368 /branding/templates/windows/payload/install | |
parent | 3a9f65fb9ccb32e6ef0e3f3c471cc50f1c3ee505 (diff) |
[bug] do not use cross-compiling for the helper in win
- add -H windowsgui to avoid console popping up
Diffstat (limited to 'branding/templates/windows/payload/install')
-rwxr-xr-x | branding/templates/windows/payload/install | 2 |
1 files changed, 1 insertions, 1 deletions
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
|