Files
MOOSE_MISSIONS/RAD - Radio/RAD-100 - Speech/pack.ps1
T
Applevangelist 992bfb54de Update 2.7
2021-05-05 10:23:56 +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 ..