diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-03-20 01:29:44 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-03-20 01:29:44 +0000 |
commit | 44a0f800f3a9e845acbaf6f06dca0d8e5d4db313 (patch) | |
tree | b7865adcca5dfb6ed4b286a0fa9ed14e0e3b91ad /installer/installMods.bat | |
parent | f6f7f1f1b01313bedddca7c39d6d4148b65e6577 (diff) |
Updated BO2 mods
Diffstat (limited to 'installer/installMods.bat')
-rwxr-xr-x | installer/installMods.bat | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/installer/installMods.bat b/installer/installMods.bat deleted file mode 100755 index 61a874d..0000000 --- a/installer/installMods.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off
-
-copy "%~1" mods.gsc
-Compiler.exe mods.gsc
-del mods.gsc
-move mods-compiled.gsc %LOCALAPPDATA%\Plutonium\storage\t6\scripts\zm\mods.gsc
\ No newline at end of file |