From 1d02db6bba3356ed827742de1dd91c8d93fdbdec Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:02:24 +0100 Subject: [PATCH] Fixed Installer.iss --- installer/Installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Installer.iss b/installer/Installer.iss index 84c6c6a..b380889 100644 --- a/installer/Installer.iss +++ b/installer/Installer.iss @@ -1,10 +1,10 @@ ; 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 + '..\src\InvLock\') +#expr Exec('cmd.exe', '/C dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\InvLock\') #define MyAppName "InvLock" -#define MyAppVersion GetVersionNumbersString("/publish/InvLock.exe") +#define MyAppVersion GetStringFileInfo("/publish/InvLock.exe","ProductVersion") #define MyAppPublisher "Stone_Red" #define MyAppExeName "InvLock.exe"