mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-22 06:44:43 +00:00
SPAWNSTATIC
- Added demo showing how to dynamically spawn FARPs - Renamed Simple Spawn demo
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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 ..
|
|
||||||
@@ -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