fix(打包配置): 添加语言目录配置并修复桌面图标任务选择

在make_config.yaml中添加languages_dir配置项,用于指定语言文件目录
修改inno_setup.sas脚本,在任务选择页面自动勾选桌面图标选项
This commit is contained in:
shanshanzhong 2025-11-24 02:36:03 -08:00
parent f97a21be32
commit e537775e71
2 changed files with 8 additions and 0 deletions

View File

@ -144,3 +144,10 @@ begin
CleanPaths();
Result := True;
end;
procedure CurPageChanged(CurPageID: Integer);
begin
if CurPageID = wpSelectTasks then begin
WizardSelectTasks('desktopicon', True);
end;
end;

View File

@ -18,3 +18,4 @@ locales:
- pt
- tr
script_template: inno_setup.sas
languages_dir: compiler:Languages