Commit 02fb0d2
fix(installer): guard SourceDir/OutputDir with #ifndef so CI can override
The .iss unconditionally redefined SourceDir and OutputDir, clobbering
iscc's /D command-line overrides from the release workflow. CI publishes
to 'publish/' (not 'publish/win-x64'), so the hardcoded path made iscc
look in the wrong place and abort with 'Source file ... does not exist'.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e9c6f4e commit 02fb0d2
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
0 commit comments