Skip to content

Commit

Permalink
add testnet shortcuts (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom committed Feb 13, 2017
1 parent ea1faae commit 737e217
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions decred/decred.wxs
Expand Up @@ -53,6 +53,14 @@
<Shortcut Id="PaymetheusSuite" Name="Paymetheus Standalone"
Target="[PAYMETHEUSROOT]\Paymetheus.exe"
WorkingDirectory="PAYMETHEUSROOT" />
<Shortcut Id="LauncherSuiteTestnet" Name="Decred Testnet"
Target="[PAYMETHEUSROOT]\Launcher.exe"
Arguments="-testnet"
WorkingDirectory="PAYMETHEUSROOT" />
<Shortcut Id="PaymetheusSuiteTestnet" Name="Paymetheus Standalone Testnet"
Target="[PAYMETHEUSROOT]\Paymetheus.exe"
Arguments="-testnet"
WorkingDirectory="PAYMETHEUSROOT" />
<RegistryValue Root="HKCU" Key="SOFTWARE\Company 0\Paymetheus"
Name="installed" Value="1" Type="integer" KeyPath="yes" />
</Component>
Expand Down

0 comments on commit 737e217

Please sign in to comment.