From 7fb08530faa51b692063f45cd5493c77eb6661eb Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Sun, 18 Sep 2022 13:57:40 +0530 Subject: [PATCH] update application id --- ugit-flatpak/{org.ssoc.ugit.yml => org.Bhupesh-V.ugit.yml} | 6 +++--- ....ssoc.ugit.desktop => org.github.Bhupesh-V.Ugit.desktop} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename ugit-flatpak/{org.ssoc.ugit.yml => org.Bhupesh-V.ugit.yml} (88%) rename ugit-flatpak/{org.ssoc.ugit.desktop => org.github.Bhupesh-V.Ugit.desktop} (100%) diff --git a/ugit-flatpak/org.ssoc.ugit.yml b/ugit-flatpak/org.Bhupesh-V.ugit.yml similarity index 88% rename from ugit-flatpak/org.ssoc.ugit.yml rename to ugit-flatpak/org.Bhupesh-V.ugit.yml index e3654a8..9d7b36b 100644 --- a/ugit-flatpak/org.ssoc.ugit.yml +++ b/ugit-flatpak/org.Bhupesh-V.ugit.yml @@ -1,4 +1,4 @@ -app-id: org.ssoc.ugit +app-id: org.Bhupesh-V.ugit runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk @@ -34,7 +34,7 @@ modules: build-commands: - chmod +x ugit - install -Dm755 ugit ${FLATPAK_DEST}/bin/ugit - - install -Dm755 org.ssoc.ugit.desktop ${FLATPAK_DEST}/share/applications/org.ssoc.ugit.desktop + - install -Dm755 org.Bhupesh-V.ugit.desktop ${FLATPAK_DEST}/share/applications/org.Bhupesh-V.ugit.desktop sources: - type: git url: https://github.com/Bhupesh-V/ugit @@ -42,4 +42,4 @@ modules: commit: 14da50780e696e758bf362489496b74901f84cc1 - type: file - path: org.ssoc.ugit.desktop + path: org.Bhupesh-V.ugit.desktop diff --git a/ugit-flatpak/org.ssoc.ugit.desktop b/ugit-flatpak/org.github.Bhupesh-V.Ugit.desktop similarity index 100% rename from ugit-flatpak/org.ssoc.ugit.desktop rename to ugit-flatpak/org.github.Bhupesh-V.Ugit.desktop