mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Replace libqrencode with nayuki/QR-Code-generator
This commit is contained in:
@ -37,7 +37,6 @@ IF "%2"=="7z" (
|
||||
|
||||
mkdir openssl
|
||||
|
||||
copy %src_path%\dependencies\qrencode\win\%1\qrencode.dll .
|
||||
copy %src_path%\dependencies\pdfium\win\%1\pdfium.dll .
|
||||
copy %src_path%\dependencies\openssl\win\%1\* .\openssl\
|
||||
|
||||
@ -70,8 +69,8 @@ if "%~5" == "" (
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 /DCODE_SIGN=true build_installer_qt6.iss "/Ssigntool=$qC:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\SignTool.exe$q sign /f %5 /p %6 $f" || exit /b
|
||||
) else (
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 /DCODE_SIGN=true build_installer.iss "/Ssigntool=$qC:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\SignTool.exe$q sign /f %5 /p %6 $f" || exit /b
|
||||
)
|
||||
)
|
||||
)
|
||||
echo "iscc done!"
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user