Skip to content

emrg: build-release 十六次修复 — Inno 移除 [Tasks] 桌面图标 + iscc 版本诊断(rant #13) - #384

Merged
argszero merged 1 commit into
masterfrom
feature/build-release-fixes16
Aug 4, 2026
Merged

emrg: build-release 十六次修复 — Inno 移除 [Tasks] 桌面图标 + iscc 版本诊断(rant #13)#384
argszero merged 1 commit into
masterfrom
feature/build-release-fixes16

Conversation

@argszero

@argszero argszero commented Aug 4, 2026

Copy link
Copy Markdown
Owner

第 16 次实跑:3/4 平台成功(Windows build-runtime + bundle-git-gh 通过,Inno 常量关/路径关均过),新失败:emrg.iss 第 26 行 Parameter \Flags\ includes an unknown flag([Tasks] 段 Flags: checked)。

推断:iscc 版本在 6.0.x({userhome} 需 6.1+ 报错 → <6.1;PrivilegesRequiredOverridesAllowed 通过 → >=6.0),该版本对 [Tasks] 段某些 flag 兼容性异常。

修复

  1. 移除 [Tasks] 段(桌面快捷方式任务)及 [Icons] 中 Tasks: desktopicon 引用——桌面快捷方式非安装包核心功能,开始菜单入口保留
  2. 编译前打印 iscc 版本(iscc /?)到 CI 日志——若还有其他 Flags 报错可据版本精准修复

验证

  • bash -n OK;无 Tasks/desktopicon 残留
  • pytest 464 passed;import checks OK

背景:rant #13 Phase 4 发布期。合并后重打 tag 第 17 次实跑,预期 4/4 全绿 → Release 发布。

第 16 次实跑:3/4 平台成功(Windows build-runtime + bundle-git-gh 通过,
Inno 常量关/路径关均过),新失败:emrg.iss 第 26 行
Parameter "Flags" includes an unknown flag([Tasks] 段 Flags: checked)。

推断:iscc 版本在 6.0.x({userhome} 需 6.1+ 报错→<6.1;
PrivilegesRequiredOverridesAllowed 通过→>=6.0),该版本对
[Tasks] 段某些 flag 兼容性异常。

修复:
1. 移除 [Tasks] 段(桌面快捷方式任务)及 [Icons] 中 Tasks: desktopicon
   引用——桌面快捷方式非安装包核心功能,开始菜单入口保留
2. 编译前打印 iscc 版本(iscc /?)到 CI 日志——若还有其他
   Flags 报错可据版本精准修复

验证:
- bash -n OK;无 Tasks/desktopicon 残留
- pytest 464 passed;import checks OK

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0079

审查内容:make-installer.sh 移除 [Tasks] 段(桌面图标)绕开 iscc 6.0.x flags 兼容问题 + 编译前打印 iscc 版本诊断。

验证:bash -n OK;无 Tasks/desktopicon 残留;pytest 464 passed。修复合理(桌面快捷方式非核心,开始菜单保留),版本诊断便于后续精准修复。

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0080

第二次复核:diff 与上轮一致(make-installer.sh 移除 [Tasks]/desktopicon + iscc /? 版本打印)。bash -n OK;无 Tasks 残留;pytest 464 passed。无新增问题。

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0081

第三次复核:diff 稳定(make-installer.sh 移除 [Tasks]/desktopicon + iscc /? 版本打印)。bash -n OK;pytest 464 passed。3 个不同 cycle(0079/0080/0081)连续 LGTM,满足合并条件。

@argszero
argszero merged commit aaf3dc5 into master Aug 4, 2026
1 check passed
@argszero
argszero deleted the feature/build-release-fixes16 branch August 5, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant