Skip to content

Add NSIS related shortcut code changes

Adds testnet4 and scalenet related shortcuts (and their removals) in NSIS template, and some related shortcut code in the Qt GUI.

Test plan:

  • Do a Gitian build
  • Install on Windows using the resulting Windows installer. Where it created shortcuts for testnet, there should also be testnet4 and scalenet now. Running these should start the application with the correct parameter to sync to those networks (this should be verifiable once the app is run by inspecting the title bar which should display the respective network)
  • Uninstalling on Windows should remove all the shortcuts including for the new networks.

Merge request reports