Skip to content

Commit 9f8c702

Browse files
Update installer script
1 parent 8157d7b commit 9f8c702

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer/Installer.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#expr Exec('cmd.exe /C', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\ClipCMD.Desktop\')
4+
#expr Exec('cmd.exe /C', 'dotnet build -o "' + SourcePath + '\publish" -c Release ' + SourcePath + '..\src\InvLock\')
55

6-
#define MyAppName "ClipCMD"
7-
#define MyAppVersion GetVersionNumbersString("/publish/ClipCmd.Desktop.exe")
6+
#define MyAppName "InvLock"
7+
#define MyAppVersion GetVersionNumbersString("/publish/InvLock.exe")
88
#define MyAppPublisher "Stone_Red"
9-
#define MyAppExeName "ClipCmd.Desktop.exe"
9+
#define MyAppExeName "InvLock.exe"
1010

1111
[Setup]
1212
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.

installer/InvLock-Installer.exe

-1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)