diff --git a/build.properties b/build.properties index 6f24acc5f..1bf8c7553 100644 --- a/build.properties +++ b/build.properties @@ -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 \ No newline at end of file +adobe.playerglobal.pages.url = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html \ No newline at end of file diff --git a/installer.nsi b/installer.nsi index cb877e43e..51df5b580 100644 --- a/installer.nsi +++ b/installer.nsi @@ -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)"