Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Sep 17, 2022
1 parent d38064a commit e4734df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Totoro.Installer/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PerMachine="yes"
UninstallCommand="/silent /uninstall">
</ExePackage>
<MsiPackage SourceFile="bin\$(var.Configuration)\en-us\AnimDL-$(var.Configuration).msi"
<MsiPackage SourceFile="bin\$(var.Configuration)\en-us\Totoro-$(var.Configuration).msi"
Compressed="yes"
DisplayInternalUI="no">
</MsiPackage>
Expand Down

0 comments on commit e4734df

Please sign in to comment.