From d20bf680672b53f8be0c046b99e704fad29e7b2d Mon Sep 17 00:00:00 2001 From: ArtyIF Date: Thu, 4 Aug 2022 10:00:35 +0300 Subject: [PATCH] Fixed manifest (#69) --- com.github.ArtyIF.AdwCustomizer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.github.ArtyIF.AdwCustomizer.json b/com.github.ArtyIF.AdwCustomizer.json index 10e24ada..84be2a5a 100644 --- a/com.github.ArtyIF.AdwCustomizer.json +++ b/com.github.ArtyIF.AdwCustomizer.json @@ -56,7 +56,7 @@ "sources" : [ { "type" : "git", - "url" : "file:///home/artyif/Projects/AdwCustomizer", + "path" : ".", "branch": "main" } ]