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 27, 2024
1 parent ac5a551 commit 1e4d861
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions unciv.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<Files Include="files\**" />
</ComponentGroup>


<Property Id="APPDATAFOLDER" Value="%APPDATA%\Unciv" />

<Component Id="UncivShortcuts" Directory="INSTALLFOLDER" Guid="0eac8b63-1cab-4645-b0cb-ad7535f0e9ce">
<Shortcut Id="StartMenuShortcut"
Name="$(var.Name)"
Expand Down Expand Up @@ -58,6 +55,10 @@
<Directory Id="INSTALLFOLDER" Name="$(var.InstallFolder)" />
</StandardDirectory>

<StandardDirectory Id="AppDataFolder">
<Directory Id="APPDATAFOLDER" Name="$(var.InstallFolder)" />
</StandardDirectory>

<StandardDirectory Id="ProgramMenuFolder">
<Directory Id="ApplicationProgramsFolder" Name="$(var.InstallFolder)" />
</StandardDirectory>
Expand Down

0 comments on commit 1e4d861

Please sign in to comment.