i checked the potplayerpotable's soucer code folder - \other\source. and in _PotPlayerPortableInstaller.nsi file, you will find following code:
!define RELEASURL "http://get.daum.net/PotPlayer/v4"
!define APPSETUP "PotPlayerSetup.exe"
!define APPSETUP64 "PotPlayerSetup64.exe"
!define CODECURL "http://get.daum.net/PotPlayer/Codec"
!define CODECSETUP "OpenCodecSetup.exe"
!define CODESETUP64 "OpenCodecSetup64.exe"
The old PortalbeApp installer is:
!define RELEASURL "http://get.daum.net/PotPlayer/v3/PotPlayerSetup.exe"
!define RELEASURL64 "http://get.daum.net/PotPlayer64/v3/PotPlayerSetup64.exe"
!define CODECURL "http://get.daum.net/PotPlayer/Codec/OpenCodecSetup.exe"
!define CODECURL64 "http://get.daum.net/PotPlayer/Codec/OpenCodecSetup64.exe"
I also meet the problem that x64 version cannot be downloaded.
the installer cannot find the correct link of the x64 version at "ht tp://get.daum.net/PotPlayer/v4/PotPlayerSetup64.exe".
and in the last updated the installer added the following line code:
!define RELEASURL64 "http://get.daum.net/PotPlayer64/v4"
this fixed the bug and the installer can find the correct link is:
ht tp://get.daum.net/PotPlayer64/v4/PotPlayerSetup64.exe
↧