[gitg] flatpak: standarize manifest



commit 6f84d82611d28c4f82e9876caff8bd49e3088d2c
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Oct 25 21:21:41 2018 +0200

    flatpak: standarize manifest

 .gitlab-ci.yml                             | 2 +-
 org.gnome.Gitg.json => org.gnome.gitg.json | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ee040b3..7306cb84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ flatpak:
 
     variables:
         # Replace with your manifest path
-        MANIFEST_PATH: "org.gnome.Gitg.json"
+        MANIFEST_PATH: "org.gnome.gitg.json"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         FLATPAK_MODULE: "gitg"
         MESON_ARGS: "-Ddeprecations=true --buildtype=debugoptimized -Ddocs=true"
diff --git a/org.gnome.Gitg.json b/org.gnome.gitg.json
similarity index 100%
rename from org.gnome.Gitg.json
rename to org.gnome.gitg.json


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]