Skip to content

Commit

Permalink
Update installer.wxs
Browse files Browse the repository at this point in the history
change version name to 0.1
  • Loading branch information
T9Air committed Nov 26, 2024
1 parent 6d086c6 commit a19d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="LocalAppDataFolder">
<Directory Id="CompanyFolder" Name="MarkEd">
<Directory Id="INSTALLFOLDER" Name="0.1.0.0" />
<Directory Id="INSTALLFOLDER" Name="0.1" />
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
Expand Down

0 comments on commit a19d7a7

Please sign in to comment.