Skip to content

Commit d8b2af4

Browse files
committed
fix: correct .wxs file
1 parent 4efe24d commit d8b2af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wix/main.wxs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<Product
6262
Id='*'
63-
Name='patchy'
63+
Name='patchy-bin'
6464
UpgradeCode='5868B076-2779-431F-9B51-0B12B052711C'
6565
Manufacturer='Nikita Revenco'
6666
Language='1033'
@@ -83,11 +83,11 @@
8383
DowngradeErrorMessage='A newer version of [ProductName] is already installed. Setup will now exit.'/>
8484

8585
<Media Id='1' Cabinet='media1.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'/>
86-
<Property Id='DiskPrompt' Value='patchy Installation'/>
86+
<Property Id='DiskPrompt' Value='patchy-bin Installation'/>
8787

8888
<Directory Id='TARGETDIR' Name='SourceDir'>
8989
<Directory Id='$(var.PlatformProgramFilesFolder)' Name='PFiles'>
90-
<Directory Id='APPLICATIONFOLDER' Name='patchy'>
90+
<Directory Id='APPLICATIONFOLDER' Name='patchy-bin'>
9191

9292
<!--
9393
Enabling the license sidecar file in the installer is a four step process:

0 commit comments

Comments
 (0)