Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -388,6 +388,8 @@
|
|
@$(INSTALL_PROGRAM) MaxMind.Db.dll "$(DATA_INSTALL_DIR)"
|
|
@$(INSTALL_PROGRAM) SmarIrc4net.dll "$(DATA_INSTALL_DIR)"
|
|
|
|
+
|
|
+ @$(CP_R) mods/ts "$(DATA_INSTALL_DIR)/mods/"
|
|
ifneq ($(UNAME_S),Darwin)
|
|
@$(CP) *.sh "$(DATA_INSTALL_DIR)"
|
|
endif
|