about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlakoliu <99976966+lakoliu@users.noreply.github.com>2022-10-19 11:56:53 +0200
committerGitHub <noreply@github.com>2022-10-19 11:56:53 +0200
commitfc639ab753cbde2e1e3676d6f336016d0c413fc0 (patch)
tree7b45806569c7b0042ffb0e5080c5c09c4edd5d16
parent85c127d5566b3ff9374b9fdb2272e20205d26546 (diff)
parentb4793afda0db057df30f920d029e8e1de046822d (diff)
downloadFurtherance-fc639ab753cbde2e1e3676d6f336016d0c413fc0.tar.zst
Merge pull request #94 from libreajans/fix-directory-location
Use proper directory path
-rwxr-xr-xcom.lakoliu.Furtherance.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/com.lakoliu.Furtherance.json b/com.lakoliu.Furtherance.json
index 369093e..56e324a 100755
--- a/com.lakoliu.Furtherance.json
+++ b/com.lakoliu.Furtherance.json
@@ -42,8 +42,8 @@
             "buildsystem" : "meson",
             "sources" : [
                 {
-                    "type" : "git",
-                    "url" : "file:///home/ricky/Documents/SoftwareDev/Rust/furtherance"
+                    "type" : "dir",
+                    "path" : "./"
                 }
             ]
         }