bundle runtime files directly

This commit is contained in:
Martin Rotter 2021-06-02 10:19:17 +02:00
parent fc474f8e82
commit ce9db56d8c
11 changed files with 1 additions and 11 deletions

View File

@ -137,16 +137,6 @@ NotInstalled:
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "InstallLocation" "$INSTDIR"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S"
; Install MSVCRT libraries.
ExecWait '"$INSTDIR\vc_redist.x64.exe" /norestart'
Delete "$INSTDIR\vc_redist.x64.exe"
ExecWait '"$INSTDIR\vc_redist_2010.x86.exe" /norestart'
Delete "$INSTDIR\vc_redist_2010.x86.exe"
ExecWait '"$INSTDIR\vc_redist_2010.x64.exe" /norestart'
Delete "$INSTDIR\vc_redist_2010.x64.exe"
SectionEnd
Section "Desktop Icon" DesktopIcon

View File

@ -64,7 +64,7 @@ cd "src\rssguard"
nmake.exe install
cd "app"
windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll
windeployqt.exe --verbose 1 --no-compiler-runtime --no-translations --release rssguard.exe librssguard.dll
cd ".."
# Copy OpenSSL.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.