Skip to content

Commit

Permalink
correct installer path
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 20, 2024
1 parent 595b8b3 commit a88483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Section "Install" SecInstall

SetOutPath "$INSTDIR"

File /r /x *.log /x *.pdb /x *.mui "..\ShockOsc\bin\Release\net8.0-windows10.0.19041.0\win10-x64\*.*"
File /r /x *.log /x *.pdb /x *.mui "publish\*.*"

WriteRegStr HKLM "Software\ShockOSC" "InstallDir" $INSTDIR
WriteUninstaller "$INSTDIR\Uninstall.exe"
Expand Down

0 comments on commit a88483c

Please sign in to comment.