diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-02-01 01:55:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 21:55:37 -0300 |
commit | 8c2b7b4a544158035d6ad8669ba94b5bc31aadba (patch) | |
tree | eda56caca1b8d94e21952bfca070c15a097ccca2 /NorthstarDedicatedTest/scriptsrson.cpp | |
parent | 186a4e2dbcb8a7c2f1a24f6657f0c5daa00a7fd5 (diff) | |
download | NorthstarLauncher-8c2b7b4a544158035d6ad8669ba94b5bc31aadba.tar.gz NorthstarLauncher-8c2b7b4a544158035d6ad8669ba94b5bc31aadba.zip |
Fix Northstar custom directory launch argument (#62)
Diffstat (limited to 'NorthstarDedicatedTest/scriptsrson.cpp')
-rw-r--r-- | NorthstarDedicatedTest/scriptsrson.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/scriptsrson.cpp b/NorthstarDedicatedTest/scriptsrson.cpp index d75a9e70..a2bf2457 100644 --- a/NorthstarDedicatedTest/scriptsrson.cpp +++ b/NorthstarDedicatedTest/scriptsrson.cpp @@ -9,6 +9,7 @@ void ModManager::BuildScriptsRson() { spdlog::info("Building custom scripts.rson"); + fs::path MOD_SCRIPTS_RSON_PATH = fs::path(GetCompiledAssetsPath() / MOD_SCRIPTS_RSON_SUFFIX); fs::remove(MOD_SCRIPTS_RSON_PATH); // not really important since it doesn't affect actual functionality at all, but the rson we output is really weird |