Skip to content

Commit

Permalink
Update unciv.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Jul 26, 2024
1 parent 20f83e0 commit 40ba363
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions unciv.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
Scope="perUserOrMachine"
Version="4.12.13">
<Icon Id="icon.ico" SourceFile="files/Unciv.ico"/>
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." Schedule="afterInstallInitialize" />


<DirectoryRef Id="INSTALLFOLDER">
<Component Id="Unciv">
<File Id="UncivExe"
KeyPath="yes"
Checksum="yes"
Icon="icon.ico"
Source="files/Unciv.exe">
</File>
</Component>
Expand All @@ -30,7 +27,8 @@
<Component Id="UncivShortcuts" Directory="INSTALLFOLDER">
<Shortcut Id="StartMenuShortcut"
Name="$(var.Name)"
Target="[#MoonlightExe]"
Target="[#UncivExe]"
Icon="icon.ico"
Directory="ApplicationProgramsFolder"
WorkingDirectory="INSTALLFOLDER" />
<RemoveFolder Id="CleanupStartMenuShortcut"
Expand Down

0 comments on commit 40ba363

Please sign in to comment.