Delete unpack.ps1

This commit is contained in:
Applevangelist 2021-07-15 17:22:49 +02:00 committed by GitHub
parent 40c3f2a16d
commit 873fc80bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
Remove-Item .\_unpacked -Force -Recurse
md "_unpacked"
cd "_unpacked"
. 7z x -r -y "..\$file.miz" *