Add SourceDir to ISS and set TEMP for ISCC
All checks were successful
Build and Release / build (push) Successful in 8h0m19s
All checks were successful
Build and Release / build (push) Successful in 8h0m19s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -51,11 +51,15 @@ jobs:
|
|||||||
echo Current directory:
|
echo Current directory:
|
||||||
cd
|
cd
|
||||||
echo.
|
echo.
|
||||||
echo ISS file exists:
|
echo Setting temp directories...
|
||||||
if exist MonitorControl.iss (echo YES) else (echo NO)
|
set TEMP=%CD%\temp
|
||||||
echo.
|
set TMP=%CD%\temp
|
||||||
echo Creating installer directory...
|
mkdir temp 2>nul
|
||||||
mkdir installer 2>nul
|
mkdir installer 2>nul
|
||||||
|
echo TEMP=%TEMP%
|
||||||
|
echo.
|
||||||
|
echo Source files:
|
||||||
|
dir bin\Release\net9.0-windows
|
||||||
echo.
|
echo.
|
||||||
echo Running Inno Setup...
|
echo Running Inno Setup...
|
||||||
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
|
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" MonitorControl.iss
|
||||||
|
|||||||
@@ -2,8 +2,10 @@
|
|||||||
#define MyAppVersion "1.0.0"
|
#define MyAppVersion "1.0.0"
|
||||||
#define MyAppPublisher "Dang"
|
#define MyAppPublisher "Dang"
|
||||||
#define MyAppExeName "DellMonitorControl.exe"
|
#define MyAppExeName "DellMonitorControl.exe"
|
||||||
|
#define SourcePath "bin\Release\net9.0-windows"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
|
SourceDir=.
|
||||||
AppId={{8F3E4A2B-1C5D-4E6F-9A8B-7C2D1E3F4A5B}
|
AppId={{8F3E4A2B-1C5D-4E6F-9A8B-7C2D1E3F4A5B}
|
||||||
AppName={#MyAppName}
|
AppName={#MyAppName}
|
||||||
AppVersion={#MyAppVersion}
|
AppVersion={#MyAppVersion}
|
||||||
|
|||||||
Reference in New Issue
Block a user