From a88483c0aab471e416a25284fe22419634963097 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 20 Apr 2024 06:13:36 +0200 Subject: [PATCH] correct installer path --- Installer/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/installer.nsi b/Installer/installer.nsi index b3460a0..3d8cdbe 100644 --- a/Installer/installer.nsi +++ b/Installer/installer.nsi @@ -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"