mirror of
https://github.com/Stone-Red-Code/InvLock.git
synced 2026-09-04 09:06:13 +02:00
Fixed Installer.iss
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; 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 MyAppName "InvLock"
|
||||||
#define MyAppVersion GetVersionNumbersString("/publish/InvLock.exe")
|
#define MyAppVersion GetStringFileInfo("/publish/InvLock.exe","ProductVersion")
|
||||||
#define MyAppPublisher "Stone_Red"
|
#define MyAppPublisher "Stone_Red"
|
||||||
#define MyAppExeName "InvLock.exe"
|
#define MyAppExeName "InvLock.exe"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user