Files
MOOSE_MISSIONS/WHS - Warehouse/Caucasus/WHS-160 - Resupply/pack.ps1
T
FlightControl 4a28f1f742 Clean
2018-10-20 05:38:54 +02:00

7 lines
161 B
PowerShell

$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..