about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsabriunal <libreajans@gmail.com>2022-10-19 01:44:53 +0300
committersabriunal <libreajans@gmail.com>2022-10-19 01:44:53 +0300
commitb4793afda0db057df30f920d029e8e1de046822d (patch)
tree689856e791c38257d28eea1ce13209f7d2f69313
parent3343df46fdad1311518bc142dc0e877350bbbebb (diff)
downloadFurtherance-b4793afda0db057df30f920d029e8e1de046822d.tar.zst
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" : "./"
                 }
             ]
         }