Add files via upload

This commit is contained in:
Applevangelist
2021-06-16 08:35:44 +02:00
committed by GitHub
parent 611cc65543
commit 6f6ec5982d
22 changed files with 51 additions and 28 deletions
@@ -1,6 +1,10 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
$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 ..