Jacob Schmidt 3af3adeec6
All checks were successful
Build / Build (push) Successful in 30s
feat: Updated file paths and build artifacts
This commit updates file paths and build artifacts for the ArmaRAMDb extension.

Specifically, the following changes were made:

*   **Main.cs:**
    *   Defined `DEFAULT_ARDB_PATH` to store the default path for the ARDB file.
    *   Updated `ARDB_LOGFOLDER` to use `Path.DirectorySeparatorChar` for cross-platform compatibility.
    *   Used `DEFAULT_ARDB_PATH` when checking for the existence of the ARDB file.
*   **RAMDb.cs:**
    *   Removed the `DEFAULT_ARDB_PATH` constant.
    *   Modified the constructor to accept an optional `ardbPath` parameter and use `Main.DEFAULT_ARDB_PATH` as the default if none is provided.
*   **Build Artifacts:**
    *   Updated the `ArmaRAMDb_x64.dll` and `ArmaRAMDb_x64.so` files in the extension/bin/Release/net8.0/win-x64/publish and extension/bin/Release/net8.0/linux-x64/publish directories, as well as the root directory.
2025-03-22 13:40:21 -05:00
..