Files
drover-go/.forgejo
root 1945ff96be release.yml: pin Inno Setup to 6.4.3 for innoextract 1.11 compatibility
Previous attempt with 6.7.1 failed at the innoextract step:
  Warning: Unexpected setup loader revision: 2
  Warning: Setup loader checksum mismatch!
  Could not determine setup data version!
  Done with 1 error and 2 warnings.

innoextract 1.11 (Debian trixie's latest) only supports Inno Setup
through 6.4.x. 6.5+ requires innoextract 1.12 which hasn't shipped
yet. 6.4.3 is the last release in the 6.4 line — newer than 6.4.0
(more bugfixes), still innoextract-1.11-compatible.

Verified URL https://github.com/jrsoftware/issrc/releases/download/is-6_4_3/innosetup-6.4.3.exe
returns HTTP 200.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 02:34:38 +03:00
..