mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-23 19:45:29 +00:00
New Moose Structure + Created New Update Mission Method
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
echo off
|
||||
|
||||
rem Update Missions with a new version of Moose.lua
|
||||
rem Run this batch file with the following command arguments in Eclipse: "${resource_loc:/Moose/Moose Development/Moose}" "${current_date}"
|
||||
|
||||
echo Path to Mission Files: %1
|
||||
|
||||
For /R %1 %%G IN (*.miz) do 7z u "%%G" "l10n\DEFAULT\Moose.lua"
|
||||
Reference in New Issue
Block a user