Skip to content

Commit

Permalink
使用 ISCC 构建
Browse files Browse the repository at this point in the history
  • Loading branch information
hwf1324 committed Mar 27, 2024
1 parent 7ef0ae5 commit ba6f6cf
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 @@ -28,9 +28,9 @@ Rem 开始生成
MKDir "%~dp0Output"
COPY /B /V /Y "%~dp0documentation\changes.md" "%~dp0Output\更新日志.txt"
COPY /B /V /Y "%~dp0documentation\ReadMe.md" "%~dp0Output\说明.txt"
"%~dp0Tools\InnoSetup\Compil32" /cc "%~dp0便携版安装脚本.iss"
"%~dp0Tools\InnoSetup\Compil32" /cc "%~dp0懒人版安装脚本.iss"
"%~dp0Tools\InnoSetup\Compil32" /cc "%~dp0恢复备份的 NVDA 配置.iss"
"%~dp0Tools\InnoSetup\ISCC" "%~dp0便携版安装脚本.iss"
"%~dp0Tools\InnoSetup\ISCC" "%~dp0懒人版安装脚本.iss"
"%~dp0Tools\InnoSetup\ISCC" "%~dp0恢复备份的 NVDA 配置.iss"
"%~dp0Tools\7Zip\7z.exe" a -y -tzip "%~dp0Output\Archive\NVDA_Lazy_Edition_%VersionDate%.zip" "%~dp0Output\NVDA 懒人版.exe" "%~dp0Output\更新日志.txt" "%~dp0Output\说明.txt" "%~dp0Output\NVDA 配置恢复工具.exe"
"%~dp0Tools\7Zip\7z.exe" a -y -tzip "%~dp0Output\Archive\Source_Code_And_Dependency_Files_%VersionDate%.zip" "%~dp0documentation" "%~dp0Resource" "%~dp0Tools" "%~dp0userConfig" "%~dp0ReadMe.md" "%~dp0便携版安装脚本.iss" "%~dp0恢复备份的 NVDA 配置.iss" "%~dp0懒人版安装脚本.iss" "%~dp0执行脚本.bat"

Expand Down

0 comments on commit ba6f6cf

Please sign in to comment.