remove git switch

This commit is contained in:
Jason Ly 2026-01-05 19:13:13 -05:00
parent 3e634ab5a7
commit 163a2d196c

View File

@ -59,10 +59,10 @@ msbuild efsw.sln /p:Configuration=Release
cd ..
git clone https://git.indoodle.com/jason/joomer-efsw-file-monitoring.git
cd joomer-efsw-file-monitoring
git switch ProposedCleanup
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h
msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release
mkdir -p x64\release\test
x64\release\joomer-efsw-file-monitoring.exe
```