Skip to content

Commit

Permalink
修改 ISCC 参数,只输出错误消息
Browse files Browse the repository at this point in the history
  • Loading branch information
wmhn1872265132 committed Mar 27, 2024
1 parent da0cfb0 commit 23464b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 执行脚本.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ if "%1" == "GITHUB_ACTIONS" (
Rem 开始生成
@echo on
set VersionDate=%date:~-4%.%date:~-10,2%.%date:~-7,2%
"%~dp0Tools\InnoSetup\ISCC" /Qp "%~dp0便携版安装脚本.iss" >d:\1.txt
"%~dp0Tools\InnoSetup\ISCC" /Qp "%~dp0懒人版安装脚本.iss"
"%~dp0Tools\InnoSetup\ISCC" /Qp "%~dp0恢复备份的 NVDA 配置.iss"
"%~dp0Tools\InnoSetup\ISCC" /Q "%~dp0便携版安装脚本.iss"
"%~dp0Tools\InnoSetup\ISCC" /Q "%~dp0懒人版安装脚本.iss"
"%~dp0Tools\InnoSetup\ISCC" /Q "%~dp0恢复备份的 NVDA 配置.iss"
pause
) else (
Rem 简体中文操作系统构建流程
Expand Down

0 comments on commit 23464b4

Please sign in to comment.