playerglobal link in NSIS and builder switched to its archived version

This commit is contained in:
Jindra Petřík
2022-04-09 17:54:01 +02:00
parent e04ef39bb4
commit ae2ba584e5
2 changed files with 2 additions and 2 deletions

View File

@@ -93,4 +93,4 @@ dist.lib.dirname = lib
javadoc.dir = javadoc
ant.lib.dir = antlib
adobe.playerglobal.pages.url = https://www.adobe.com/support/flashplayer/debug_downloads.html
adobe.playerglobal.pages.url = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html

View File

@@ -700,7 +700,7 @@ Section "$(STRING_SWC)" SecPlayerGlobal
;checkadobe:
DetailPrint "$(STRING_SWC_CHECK)"
GetTempFileName $pghtml
inetc::get /SILENT /USERAGENT "${APP_NAME} Setup" "https://www.adobe.com/support/flashplayer/downloads.html" "$pghtml" /END
inetc::get /SILENT /USERAGENT "${APP_NAME} Setup" "https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html" "$pghtml" /END
Pop $0
StrCmp $0 "OK" dlok
MessageBox MB_OK "$(STRING_SWC_NOTFOUND)"