uranium_things/pack.bat

8 lines
239 B
Batchfile
Raw Normal View History

powershell rm tmp -r -force
powershell mkdir tmp
powershell cp -r src tmp
powershell mv tmp/src tmp/more-u235_extended
cd tmp
powershell Compress-Archive ./more-u235_extended ../dist/more-u235_extended.zip
cd ..
powershell rm tmp -r -force