added handling for deploy cannon in multiple extension types

This commit is contained in:
Valmo Trindade
2024-12-30 04:24:04 -03:00
parent 763c71e748
commit 51cdc30d45
5 changed files with 15 additions and 24 deletions

View File

@@ -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");
};

Binary file not shown.

View File

@@ -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",