Files
MOOSE_MISSIONS/CAS - Close Air Support/CAS-112 - Moose Detection and AI_CAS_ZONE/pack.ps1
T
Applevangelist 752d8b645c Update 2.7 dev
2021-05-05 10:34:57 +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 ..