Delete pack.ps1

This commit is contained in:
Applevangelist
2021-07-15 17:22:44 +02:00
committed by GitHub
parent b597d2cb6a
commit 40c3f2a16d

View File

@@ -1,10 +0,0 @@
$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 ..