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:
@ -72,16 +72,15 @@ Source:iconengines\*; DestDir: {app}\iconengines\
|
||||
Source:imageformats\*; DestDir: {app}\imageformats\
|
||||
Source:mediaservice\*; DestDir: {app}\mediaservice\
|
||||
Source:platforms\*; DestDir: {app}\platforms\
|
||||
Source:playlistformats\*; DestDir: {app}\playlistformats\
|
||||
Source:qmltooling\*; DestDir: {app}\qmltooling\
|
||||
Source:scenegraph\*; DestDir: {app}\scenegraph\
|
||||
Source:playlistformats\*; DestDir: {app}\playlistformats\
|
||||
Source:qmltooling\*; DestDir: {app}\qmltooling\
|
||||
Source:scenegraph\*; DestDir: {app}\scenegraph\
|
||||
Source:sqldrivers\qsqlite.dll; DestDir: {app}\sqldrivers\
|
||||
Source:translations\*; DestDir: {app}\translations\
|
||||
Source:styles\*; DestDir: {app}\styles\
|
||||
Source:translations\*; DestDir: {app}\translations\
|
||||
Source:styles\*; DestDir: {app}\styles\
|
||||
|
||||
;Libs
|
||||
Source: pdfium.dll; DestDir: {app}
|
||||
Source: qrencode.dll; DestDir: {app}
|
||||
Source: openssl\*; DestDir: {app}
|
||||
|
||||
;vcredist
|
||||
@ -95,7 +94,7 @@ Source: utils\7z.dll; DestDir: {app}\utils\
|
||||
Source: YACReader.exe; DestDir: {app}; Permissions: everyone-full
|
||||
Source: YACReaderLibrary.exe; DestDir: {app}; Permissions: everyone-full; Tasks:
|
||||
Source: YACReaderLibraryServer.exe; DestDir: {app}; Permissions: everyone-full; Tasks:
|
||||
|
||||
|
||||
;License
|
||||
Source: README.md; DestDir: {app}; Flags: isreadme
|
||||
Source: COPYING.txt; DestDir: {app}
|
||||
@ -149,7 +148,7 @@ procedure InitializeWizard();
|
||||
begin
|
||||
|
||||
URLLabel := TNewStaticText.Create(WizardForm);
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<43>N';
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<43>N';
|
||||
URLLabel.Cursor:=crHand;
|
||||
URLLabel.OnClick:=@URLLabelOnClick;
|
||||
URLLabel.Parent:=WizardForm;
|
||||
|
@ -81,16 +81,15 @@ Source:iconengines\*; DestDir: {app}\iconengines\
|
||||
Source:imageformats\*; DestDir: {app}\imageformats\
|
||||
Source:networkinformation\*; DestDir: {app}\networkinformation\
|
||||
Source:platforms\*; DestDir: {app}\platforms\
|
||||
Source:qmltooling\*; DestDir: {app}\qmltooling\
|
||||
Source:qmltooling\*; DestDir: {app}\qmltooling\
|
||||
Source:sqldrivers\qsqlite.dll; DestDir: {app}\sqldrivers\
|
||||
Source:styles\*; DestDir: {app}\styles\
|
||||
Source:tls\*; DestDir: {app}\tls\
|
||||
Source:translations\*; DestDir: {app}\translations\
|
||||
|
||||
Source:translations\*; DestDir: {app}\translations\
|
||||
|
||||
|
||||
;Libs
|
||||
Source: pdfium.dll; DestDir: {app}
|
||||
Source: qrencode.dll; DestDir: {app}
|
||||
Source: openssl\*; DestDir: {app}
|
||||
|
||||
;vcredist
|
||||
@ -104,7 +103,7 @@ Source: utils\7z.dll; DestDir: {app}\utils\
|
||||
Source: YACReader.exe; DestDir: {app}; Permissions: everyone-full;
|
||||
Source: YACReaderLibrary.exe; DestDir: {app}; Permissions: everyone-full; Tasks:
|
||||
Source: YACReaderLibraryServer.exe; DestDir: {app}; Permissions: everyone-full; Tasks:
|
||||
|
||||
|
||||
;License
|
||||
Source: README.md; DestDir: {app}; Flags: isreadme
|
||||
Source: COPYING.txt; DestDir: {app}
|
||||
@ -158,7 +157,7 @@ procedure InitializeWizard();
|
||||
begin
|
||||
|
||||
URLLabel := TNewStaticText.Create(WizardForm);
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<43>N';
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<43>N';
|
||||
URLLabel.Cursor:=crHand;
|
||||
URLLabel.OnClick:=@URLLabelOnClick;
|
||||
URLLabel.Parent:=WizardForm;
|
||||
|
@ -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