-
- Downloads
[pkg] abort install if we running an old version
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch.
Showing
- Makefile 16 additions, 8 deletionsMakefile
- branding/scripts/getparam 1 addition, 1 deletionbranding/scripts/getparam
- branding/templates/qtinstaller/packages/bitmaskvpn/meta/install.js 22 additions, 2 deletions...templates/qtinstaller/packages/bitmaskvpn/meta/install.js
- docs/build.windows.rst 2 additions, 1 deletiondocs/build.windows.rst
- docs/debug.rst 16 additions, 0 deletionsdocs/debug.rst
Loading
Please register or sign in to comment