mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Initial
This commit is contained in:
10
ZON - Zones/ZON-101 - Normal Zone - Random Point/pack.ps1
Normal file
10
ZON - Zones/ZON-101 - Normal Zone - Random Point/pack.ps1
Normal file
@@ -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 ..
|
||||
Reference in New Issue
Block a user