Commit d237a09
Tajudeen
Fix InnoSetup PowerShell brace escaping in code.iss
- Escape PowerShell braces in [Run] section for Visual C++ Redistributables installation
- Change { [Net.ServicePointManager] to {{ [Net.ServicePointManager]
- Change } to }} for closing braces in PowerShell code blocks
- Fixes InnoSetup parsing errors on lines 111-112
This ensures the source code.iss file has proper escaping before it's used
by the build process, preventing exit code 2 errors during Windows builds.1 parent d96370c commit d237a09
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments