diff options
author | sabriunal <libreajans@gmail.com> | 2022-10-19 01:44:53 +0300 |
---|---|---|
committer | sabriunal <libreajans@gmail.com> | 2022-10-19 01:44:53 +0300 |
commit | b4793afda0db057df30f920d029e8e1de046822d (patch) | |
tree | 689856e791c38257d28eea1ce13209f7d2f69313 | |
parent | 3343df46fdad1311518bc142dc0e877350bbbebb (diff) | |
download | Furtherance-b4793afda0db057df30f920d029e8e1de046822d.tar.zst |
Use proper directory path
-rwxr-xr-x | com.lakoliu.Furtherance.json | 4 |
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" : "./" } ] } |