Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.33k stars 1.03k forks source link

Repo is not cloneable ->nuget->xdt->codeplex :( #1255

Closed jesperll closed 6 years ago

jesperll commented 6 years ago

Submodule nuget references submodule xdt on codeplex which is no longer online

anaisbetts commented 6 years ago

That is deeply inconvenient :-/

anaisbetts commented 6 years ago

Ok, this should be fixed, to fix your existing checkout:

git pull
git submodule update --init --recursive
git submodule sync --recursive
git submodule update --init --recursive