PlayerTask Demos

Added
This commit is contained in:
Applevangelist
2022-08-19 10:24:51 +02:00
committed by GitHub
parent e8664ecc22
commit 450ee2f561
8 changed files with 152 additions and 0 deletions
@@ -0,0 +1,10 @@
$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 ..