diff --git a/installer/Installer.iss b/installer/Installer.iss index 444ef85..c1de1ef 100644 --- a/installer/Installer.iss +++ b/installer/Installer.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#expr Exec('cmd.exe /C ', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\DesktopMagic\') +#expr Exec('cmd.exe /C ', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\DesktopMagic\') #define MyAppName "DesktopMagic" #define MyAppVersion GetVersionNumbersString("/publish/DesktopMagic.exe")