Files
MOOSE_MISSIONS/ESC - AI Escort/ESC-100 - Escort Request Menu/pack.ps1
T
Applevangelist 14dd275a3c Update 2.7
2021-05-05 10:23:20 +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 ..