mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:03:30 +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);
|
||||
|
||||
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));
|
||||
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