Page 1 of 1

New bug in download link of beta

Posted: Fri Apr 11, 2025 1:33 pm
by AlexL
There is a typo on the beta page of the site, which makes impossible to download Arm64 build.
Looking on the page source, we see this:

Code: Select all

...edpro160_x64_setup.exe">x64 build</a, the <a href=...
So someone forgot the closing angle bracket, should be this:

Code: Select all

...edpro160_x64_setup.exe">x64 build</a>, the <a href=...

Re: New bug in download link of beta

Posted: Fri Apr 11, 2025 1:37 pm
by psguru
What URL is it on? BTW, 16.0 is no longer in beta.

Re: New bug in download link of beta

Posted: Fri Apr 11, 2025 1:39 pm
by psguru
Actually, should be fixed now.

Re: New bug in download link of beta

Posted: Fri Apr 11, 2025 1:40 pm
by AlexL
Yes, I see that it is fixed now. Thanks.