diff options
author | lakoliu <99976966+lakoliu@users.noreply.github.com> | 2022-10-19 11:56:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 11:56:53 +0200 |
commit | fc639ab753cbde2e1e3676d6f336016d0c413fc0 (patch) | |
tree | 7b45806569c7b0042ffb0e5080c5c09c4edd5d16 | |
parent | 85c127d5566b3ff9374b9fdb2272e20205d26546 (diff) | |
parent | b4793afda0db057df30f920d029e8e1de046822d (diff) | |
download | Furtherance-fc639ab753cbde2e1e3676d6f336016d0c413fc0.tar.zst |
Merge pull request #94 from libreajans/fix-directory-location
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" : "./" } ] } |