Files
MOOSE_MISSIONS/OPS - Commander/Commander - 020 - Bombing with Airwings/pack.ps1
T
2022-04-14 21:33:58 +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 ..