aboutsummaryrefslogtreecommitdiff
path: root/editors/helix/files/patch-helix-loader_src_lib.rs
blob: 4628916f98f7f631e8838d0c6deaf636c177b8ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- helix-loader/src/lib.rs.orig	2022-03-30 18:53:07 UTC
+++ helix-loader/src/lib.rs
@@ -21,6 +21,8 @@ pub fn runtime_dir() -> std::path::PathBuf {
         return std::path::PathBuf::from(dir).parent().unwrap().join(RT_DIR);
     }
 
+    return std::path::PathBuf::from("%%DATADIR%%").join(RT_DIR);
+
     // fallback to location of the executable being run
     std::env::current_exe()
         .ok()