mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 23:28:25 +00:00
playerglobal link in NSIS and builder switched to its archived version
This commit is contained in:
@@ -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
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user