Files
MOOSE_MISSIONS/OPS - CTLD/CTLD-100 - Basic/pack.ps1
T
2021-09-01 13:50:23 +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 ..