From 10ce1249d279eb852e61bd48a86f0e3084ef4762 Mon Sep 17 00:00:00 2001 From: Alain Date: Tue, 15 Oct 2024 05:53:41 -0500 Subject: [PATCH] feat: update app data --- data/app-generator.appdata.xml.in | 74 +++++++++++++++---------------- src/Config.vala.in | 2 +- 2 files changed, 37 insertions(+), 39 deletions(-) diff --git a/data/app-generator.appdata.xml.in b/data/app-generator.appdata.xml.in index a2a2cdb..a5e22a3 100644 --- a/data/app-generator.appdata.xml.in +++ b/data/app-generator.appdata.xml.in @@ -1,41 +1,39 @@ - io.github.ellie_commons.app-generator - CC-BY-4.0 - GPL-3.0-or-later - App Generator - Create an elementary OS app using one of the pre-made app templates - -

- App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details. -

-
- - - https://raw.githubusercontent.com/elementary-community/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png - - - - ModernToolkit - HiDpiIcon - - - - elementary Community - - - https://github.com/elementary-community/app-generator - https://github.com/elementary-community/app-generator/issues - io.github.ellie_commons.app-generator.desktop - - - -

First Release!!!

-
-
-
- - - #603461 - + io.github.ellie_commons.app-generator + CC-BY-4.0 + GPL-3.0-or-later + App Generator + Create an elementary OS app using one of the pre-made app templates + +

+ App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details. +

+
+ + + https://raw.githubusercontent.com/ellie-commons/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png + + + + ModernToolkit + HiDpiIcon + + + elementary Commons + + https://github.com/ellie-commons/app-generator + https://github.com/ellie-commons/app-generator/issues + io.github.ellie_commons.app-generator.desktop + + + +

First Release!!!

+
+
+
+ + + #603461 +
\ No newline at end of file diff --git a/src/Config.vala.in b/src/Config.vala.in index 5f9bcde..76c2a97 100644 --- a/src/Config.vala.in +++ b/src/Config.vala.in @@ -1,3 +1,3 @@ public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@; public const string LOCALEDIR = @LOCALEDIR@; -public const string REPOSITORY_TEMPLATE_URL = "https://github.com/elementary-community/elementary-app-template.git"; +public const string REPOSITORY_TEMPLATE_URL = "https://github.com/ellie-commons/elementary-app-template.git";