mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-20 17:07:13 +00:00
Delete unpack.ps1
This commit is contained in:
@@ -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" *
|
|
||||||
Reference in New Issue
Block a user