From d3c7abb7eba8658667b0962cacc6ecd3526fc792 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 30 Oct 2020 22:11:20 +0100 Subject: [bug] remove debug console in windows squashed in this commit: reintroduce the dummy autostart_win implementation that was removed by mistake. I did not manage to get autostart working in windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389 --- gui/build.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gui/build.sh') diff --git a/gui/build.sh b/gui/build.sh index 17f76d4..c8433c1 100755 --- a/gui/build.sh +++ b/gui/build.sh @@ -58,11 +58,6 @@ function buildGoLib { CGO_LDFLAGS="-g -O2 -mmacosx-version-min=$OSX_TARGET" fi - #if [ "$PLATFORM" == "MINGW64_NT-10.0" ] - #then - # LDFLAGS="-H windowsgui" - #fi - if [ "$XBUILD" == "no" ] then echo "[+] Building Go library with standard Go compiler" -- cgit v1.2.3