Files
MOOSE_MISSIONS/OPS - PlayerTask/PlayerTask - 010 - Basics/pack.ps1
T
Applevangelist 450ee2f561 PlayerTask Demos
Added
2022-08-19 10:24:51 +02:00

11 lines
169 B
PowerShell

$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
$dir
$file
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..