Files
MOOSE_MISSIONS/MTS - Mantis/MTS-010 - Basic Mantis Demo/pack.ps1
T
2020-12-14 11:04:32 +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 ..