Files
MOOSE_MISSIONS/OPS - EasyGCICAP/EasyGCICAP - 100 - Basic/pack.ps1
T
Thomas 03c76c58dd EasyGCICAP Demo
EasyGCICAP Demo
2023-09-26 13:16:38 +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 ..