mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:43:46 +00:00
added handling for deploy cannon in multiple extension types
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
const DLL_NAME_32 = "armatak.dll";
|
||||
const DLL_NAME_64 = "armatak_x64.dll";
|
||||
const SO_NAME_32 = "armatak.so";
|
||||
const SO_NAME_64 = "armatak_x64.so";
|
||||
|
||||
let dllDir = HEMTT_RFS.join("target").join("release");
|
||||
let dll = dllDir.join(DLL_NAME_32);
|
||||
|
||||
if dllDir.exists() && dll.is_file() && dll.exists() {
|
||||
print("Adding x64 DLL file to Release");
|
||||
dll.copy(HEMTT_OUT.join(DLL_NAME_32));
|
||||
HEMTT_OUT.join(DLL_NAME_32).copy(HEMTT_OUT.join(DLL_NAME_64));
|
||||
print("Added x64 DLL file to Release");
|
||||
};
|
||||
BIN
.hemtt/missions/atak_test_malden.Malden/mission.sqm
Normal file
BIN
.hemtt/missions/atak_test_malden.Malden/mission.sqm
Normal file
Binary file not shown.
@@ -23,8 +23,8 @@ exclude = [
|
||||
|
||||
include = [
|
||||
"LICENSE",
|
||||
"*/*.dll",
|
||||
"*/*.so",
|
||||
"*.dll",
|
||||
"*.so",
|
||||
"*.paa"
|
||||
]
|
||||
|
||||
@@ -42,6 +42,7 @@ workshop = [
|
||||
"623475643", # 3den enhanced
|
||||
"1779063631" # Zeus enhanced
|
||||
]
|
||||
mission = "atak_test_malden.Malden"
|
||||
|
||||
parameters = [
|
||||
"-skipIntro",
|
||||
|
||||
Reference in New Issue
Block a user