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