summaryrefslogtreecommitdiff
path: root/docs/build.windows.rst
AgeCommit message (Collapse)Author
2021-03-05[docs] rename docs for coherencekali kaneko (leap communications)
2021-03-05[style] fmtkali kaneko (leap communications)
2021-03-05[pkg] abort install if we running an old version0.21.2kali
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.
2020-11-04[bug] remove debug console in windowskali
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
2020-11-04[pkg] add windows release targetkali
Also, install the tap driver silently. - Resolves: #366
2020-11-04[pkg] sign windows binarieskali
- Resolves: #383
2020-10-23[pkg] rename to make-installerkali kaneko (leap communications)
2020-10-23[pkg] install tap driver on windowskali
2020-10-23[pkg] windows gui & installer fixeskali
2020-10-23[pkg] add commit to force push to protected branchkali kaneko (leap communications)
2020-09-25[bug] workaround for helper path in windowskali