Skip to content

Commit

Permalink
fix(build): remove RemoveFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Sep 27, 2023
1 parent 9fe2ad1 commit b7a4cae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/build/templates/msi/index.wxs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
Name="koi.yml"
On="uninstall"
/>
<RemoveFolder Id="RemoveDirectoryInstall" On="uninstall" />
<File Id="FileKoi" Source="SourceDir\koi.exe" />
<File Id="FileUnfold" Source="SourceDir\unfold.exe" />
<File Id="FileShell" Source="SourceDir\koishell.exe" />
Expand Down Expand Up @@ -134,10 +133,6 @@
Guid="B698D366-9A3E-4B6F-B949-72715301C66A"
Win64="yes"
>
<RemoveFolder
Id="RemoveDirectoryProgramMenuFolder"
On="uninstall"
/>
<Shortcut
Id="ShortcutDirectoryProgramMenuFolderKoishi"
Name="Koishi"
Expand Down

0 comments on commit b7a4cae

Please sign in to comment.