Files
MOOSE_MISSIONS/OPS - CSAR/CSAR-100 - Nevada/pack.ps1
T
Applevangelist affabb3aa5 Add files via upload
Added Ops CSAR mission
2021-06-14 16:19:07 +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 ..