Skip to content

Commit

Permalink
Merge pull request #26 from soosr/fix-wix
Browse files Browse the repository at this point in the history
fix wix
  • Loading branch information
luzius1089 authored Jun 2, 2024
2 parents 2aec66d + ede8a33 commit 092d4d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WalletWasabi.WindowsInstaller/Common.wxl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">

<String Id="ProductName">Wasabi Wallet</String>
<String Id="ProductName">Ginger Wallet</String>
<String Id="ProductNameFolder">WasabiWallet</String>
<String Id="Company">zkSNACKs</String>
<String Id="Company">InvisibleBit LLC</String>

<String Id="Language">1033</String>

Expand Down
8 changes: 4 additions & 4 deletions WalletWasabi.WindowsInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<!-- any comments -->
<Property Id='ARPCOMMENTS'>!(loc.Description)</Property>
<!-- URL for technical support -->
<Property Id='ARPHELPLINK'>https://github.com/zkSNACKs/WalletWasabi/discussions/5185</Property>
<Property Id='ARPHELPLINK'>https://github.com/GingerPrivacy/GingerWallet/discussions/</Property>
<!-- URL for general info about the product -->
<Property Id="ARPURLINFOABOUT">https://github.com/zkSNACKs/WalletWasabi/</Property>
<Property Id="ARPURLINFOABOUT">https://github.com/GingerPrivacy/GingerWallet/</Property>
<!-- Use the icon.ico icon for this installer. -->
<Property Id="ARPPRODUCTICON">icon.ico</Property>
<!-- To suppress the Repair functionality, use: -->
Expand All @@ -67,7 +67,7 @@
</UI>

<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Thank you for helping the world staying private." />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Wasabi Wallet" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Ginger Wallet" />
<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]wassabee.exe" />

<CustomAction Id="LaunchApplication"
Expand All @@ -76,7 +76,7 @@
Impersonate="yes" />

<!-- Define components, shortcuts, files, etc... for installer. -->
<Feature Id="ProductFeature" Title="Wasabi" Level="1">
<Feature Id="ProductFeature" Title="Ginger" Level="1">
<ComponentGroupRef Id="ProductComponents" />
<ComponentGroupRef Id="PublishedComponents" />
</Feature>
Expand Down

0 comments on commit 092d4d1

Please sign in to comment.