8 lines
239 B
Batchfile
8 lines
239 B
Batchfile
|
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
|