Commit 2025c62
committed
innosetup version script: use GitHub Releases URL
Inno Setup downloads have moved from jrsoftware.org to GitHub
Releases. The old URL at https://jrsoftware.org/download.php/
now returns 404 for current versions (e.g. 6.7.3), causing the
`/open pr` workflow to fail. The new URL is on GitHub at
https://github.com/jrsoftware/issrc/releases/ and encodes the
version with underscores in the tag name (e.g. `is-6_7_3`) while
keeping dots in the filename (e.g. `innosetup-6.7.3.exe`).
Assisted-by: Opus 4.6
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 2dd1ae1 commit 2025c62
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments