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

Move SecondStageUpdater directory #529

Closed SadPencil closed 3 months ago

SadPencil commented 3 months ago

Since .NET 6/7 migration, SecondStageUpdater resides in Resources\Updater directory. After merging ClientUpdater as well as SecondStageUpdater to this repo, it seems that we can just place SecondStageUpdater.exe (with dependencies) to Resources\Binaries\Updater directory to make the structure clean and neat

Metadorius commented 3 months ago

I agree it will be better since the updater is not a separate component anymore.

Metadorius commented 3 months ago

Though will need to account the possible need for double migration.