Files
MOOSE_MISSIONS/FOR - AI Group Formation/FOR-104 - Bomber Center Wing Formation/pack.ps1
T
2020-12-22 11:15:54 +00: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 ..