mirror of
https://github.com/Stone-Red-Code/InvLock.git
synced 2026-09-05 15:56:28 +02:00
Update installer script
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
; 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\ClipCMD.Desktop\')
|
#expr Exec('cmd.exe /C', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\InvLock\')
|
||||||
|
|
||||||
#define MyAppName "ClipCMD"
|
#define MyAppName "InvLock"
|
||||||
#define MyAppVersion GetVersionNumbersString("/publish/ClipCmd.Desktop.exe")
|
#define MyAppVersion GetVersionNumbersString("/publish/InvLock.exe")
|
||||||
#define MyAppPublisher "Stone_Red"
|
#define MyAppPublisher "Stone_Red"
|
||||||
#define MyAppExeName "ClipCmd.Desktop.exe"
|
#define MyAppExeName "InvLock.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user