mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
linted grab extensions hook
This commit is contained in:
@@ -7,8 +7,8 @@ let dllDir = HEMTT_RFS.join("target").join("release");
|
|||||||
let dll = dllDir.join(DLL_NAME_32);
|
let dll = dllDir.join(DLL_NAME_32);
|
||||||
|
|
||||||
if dllDir.exists() && dll.is_file() && dll.exists() {
|
if dllDir.exists() && dll.is_file() && dll.exists() {
|
||||||
print("Adding x86 DLL file to Release");
|
print("Adding x64 DLL file to Release");
|
||||||
dll.copy(HEMTT_OUT.join(DLL_NAME_32));
|
dll.copy(HEMTT_OUT.join(DLL_NAME_32));
|
||||||
HEMTT_OUT.join(DLL_NAME_32).copy(HEMTT_OUT.join(DLL_NAME_64));
|
HEMTT_OUT.join(DLL_NAME_32).copy(HEMTT_OUT.join(DLL_NAME_64));
|
||||||
print("Added x86 DLL file to Release");
|
print("Added x64 DLL file to Release");
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user