Skip to content

Commit

Permalink
Updated GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Dec 14, 2024
1 parent cd2f980 commit 2b90052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Component Id="ApplicationComponent" Guid="FCC14C03-FF25-4841-A9AF-63710845B028">
<Component Id="ApplicationComponent" Guid="FE64F97B-5B19-4FC1-A280-09F925787F2F">
<File Id="PygptExe" Source="$(var.SourceDir)\pygpt.exe" KeyPath="yes">
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="PyGPT - Desktop AI Assistant" WorkingDirectory="INSTALLDIR" Icon="PyGPTIcon.ico" Advertise="yes" />
<Shortcut Id="StartMenuShortcut" Directory="ApplicationProgramsFolder" Name="PyGPT - Desktop AI Assistant" WorkingDirectory="INSTALLDIR" Icon="PyGPTIcon.ico" Advertise="yes" />
Expand Down

0 comments on commit 2b90052

Please sign in to comment.