Imported final version of OpenPackager

This commit is contained in:
2019-03-05 22:15:27 +00:00
commit 7255962f43
73 changed files with 4792 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
echo Clearing cache...
cd OpenPackager
rmdir /S /Q obj
rmdir /S /Q bin\Debug
echo Existing cache has been cleared!
pause