Skip to content

Commit

Permalink
add release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Aug 4, 2023
1 parent f5fccb1 commit 796e3a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/windows/wix/ppd-editor.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</Directory>
<Directory Id="ProgramMenuFolder">
<Directory Id="ProgramMenu" Name="PpdEditor"/>
<Directory Id="ProgramMenuPpdViewer" Name="PpdEditor"/>
</Directory>
</Directory>

Expand Down Expand Up @@ -62,13 +63,18 @@
<RemoveFolder Id="CleanUpShortCut" Directory="ProgramMenu" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Fralonra\PpdEditor" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</DirectoryRef>

<DirectoryRef Id="ProgramMenuPpdViewer">
<Component Id="ShortcutPpdViewer" Guid="*">
<Shortcut Id="ShortcutPpdViewerFile"
Icon="PpdViewerIcon"
Name="PpdViewer"
Description="Paperdoll Viewer"
Target="[!PpdViewerExeFile]"
WorkingDirectory="APPLICATIONFOLDER"/>
<RemoveFolder Id="CleanUpShortCut" Directory="ProgramMenuPpdViewer" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Fralonra\PpdViewer" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</DirectoryRef>

Expand Down

0 comments on commit 796e3a6

Please sign in to comment.