Add files via upload

This commit is contained in:
Thomas
2023-02-21 10:46:49 +01:00
committed by GitHub
parent 71a54fb193
commit ebb5f97bfd
4 changed files with 45 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 ..