CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
223 stars 86 forks source link

Checking for update fails if the update mirror URL does not end with a trailing slash #531

Open SadPencil opened 3 months ago

SadPencil commented 3 months ago

https://github.com/CnCNet/cncnet-client-updater/issues/19

Example in updateconfig.ini file:

; CnCNet developer Updateconfig.ini
; Format: url, name, location

-https://downloads.cncnet.org/updates/games/yr/net8-net8updater, cncnet (internal testing), Europe
+https://downloads.cncnet.org/updates/games/yr/net8-net8updater/, cncnet (internal testing), Europe

This bug should reside in ClientUpdater/Updater.cs.