diff --git a/.hemtt/hooks/pre_build/copy_dll.rhai b/.hemtt/hooks/pre_build/copy_dll.rhai new file mode 100644 index 0000000..f711d08 --- /dev/null +++ b/.hemtt/hooks/pre_build/copy_dll.rhai @@ -0,0 +1 @@ +HEMTT_RFS.join("extension").join("bin").join("Release").join("net8.0").join("win-x64").join("publish").join("ArmaRAMDb_x64.dll").copy(HEMTT_RFS.join("ArmaRAMDb_x64.dll")); \ No newline at end of file diff --git a/.hemtt/hooks/pre_build/copy_so.rhai b/.hemtt/hooks/pre_build/copy_so.rhai new file mode 100644 index 0000000..ee61b09 --- /dev/null +++ b/.hemtt/hooks/pre_build/copy_so.rhai @@ -0,0 +1 @@ +HEMTT_RFS.join("extension").join("bin").join("Release").join("net8.0").join("linux-x64").join("publish").join("ArmaRAMDb_x64.so").copy(HEMTT_RFS.join("ArmaRAMDb_x64.so")); \ No newline at end of file diff --git a/.hemtt/hooks/pre_release/copy_dll.rhai b/.hemtt/hooks/pre_release/copy_dll.rhai new file mode 100644 index 0000000..f711d08 --- /dev/null +++ b/.hemtt/hooks/pre_release/copy_dll.rhai @@ -0,0 +1 @@ +HEMTT_RFS.join("extension").join("bin").join("Release").join("net8.0").join("win-x64").join("publish").join("ArmaRAMDb_x64.dll").copy(HEMTT_RFS.join("ArmaRAMDb_x64.dll")); \ No newline at end of file diff --git a/.hemtt/hooks/pre_release/copy_so.rhai b/.hemtt/hooks/pre_release/copy_so.rhai new file mode 100644 index 0000000..ee61b09 --- /dev/null +++ b/.hemtt/hooks/pre_release/copy_so.rhai @@ -0,0 +1 @@ +HEMTT_RFS.join("extension").join("bin").join("Release").join("net8.0").join("linux-x64").join("publish").join("ArmaRAMDb_x64.so").copy(HEMTT_RFS.join("ArmaRAMDb_x64.so")); \ No newline at end of file diff --git a/.hemtt/project.toml b/.hemtt/project.toml index f23cad1..a52bd35 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -14,7 +14,9 @@ include = [ "icon_64_ca.paa", "icon_128_ca.paa", "icon_128_highlight_ca.paa", - "title_co.paa" + "title_co.paa", + "ArmaRAMDb_x64.dll", + "ArmaRAMDb_x64.so" ] [version] diff --git a/.hemtt/scripts/copy_so.rhai b/.hemtt/scripts/copy_so.rhai new file mode 100644 index 0000000..dd6a9f8 --- /dev/null +++ b/.hemtt/scripts/copy_so.rhai @@ -0,0 +1 @@ +HEMTT_RFS.join("extension").join("bin").join("Release").join("net8.0").join("win-x64").join("publish").join("ArmaRAMDb_x64.so").copy(HEMTT_RFS.join("ArmaRAMDb_x64.so")); \ No newline at end of file diff --git a/ArmaRAMDb_x64.dll b/ArmaRAMDb_x64.dll index 8891efc..ebdab1b 100644 Binary files a/ArmaRAMDb_x64.dll and b/ArmaRAMDb_x64.dll differ diff --git a/ArmaRAMDb_x64.so b/ArmaRAMDb_x64.so new file mode 100644 index 0000000..0144c2e Binary files /dev/null and b/ArmaRAMDb_x64.so differ diff --git a/extension/bin/Release/net8.0/linux-x64/publish/ArmaRAMDb_x64.so b/extension/bin/Release/net8.0/linux-x64/publish/ArmaRAMDb_x64.so new file mode 100644 index 0000000..0144c2e Binary files /dev/null and b/extension/bin/Release/net8.0/linux-x64/publish/ArmaRAMDb_x64.so differ diff --git a/extension/bin/Release/net8.0/win-x64/publish/ArmaRAMDb_x64.dll b/extension/bin/Release/net8.0/win-x64/publish/ArmaRAMDb_x64.dll index 8891efc..ebdab1b 100644 Binary files a/extension/bin/Release/net8.0/win-x64/publish/ArmaRAMDb_x64.dll and b/extension/bin/Release/net8.0/win-x64/publish/ArmaRAMDb_x64.dll differ