Skip to content

Commit 10ce124

Browse files
committed
feat: update app data
1 parent 8da5447 commit 10ce124

File tree

2 files changed

+37
-39
lines changed

2 files changed

+37
-39
lines changed

data/app-generator.appdata.xml.in

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,39 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>io.github.ellie_commons.app-generator</id>
4-
<metadata_license>CC-BY-4.0</metadata_license>
5-
<project_license>GPL-3.0-or-later</project_license>
6-
<name>App Generator</name>
7-
<summary>Create an elementary OS app using one of the pre-made app templates</summary>
8-
<description>
9-
<p>
10-
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.
11-
</p>
12-
</description>
13-
<screenshots>
14-
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary-community/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png</image>
16-
</screenshot>
17-
</screenshots>
18-
<kudos>
19-
<kudo>ModernToolkit</kudo>
20-
<kudo>HiDpiIcon</kudo>
21-
</kudos>
22-
23-
<developer id="io.github.ellie-commons">
24-
<name>elementary Community</name>
25-
</developer>
26-
27-
<url type="homepage">https://github.com/elementary-community/app-generator</url>
28-
<url type="bugtracker">https://github.com/elementary-community/app-generator/issues</url>
29-
<launchable type="desktop-id">io.github.ellie_commons.app-generator.desktop</launchable>
30-
<releases>
31-
<release version="1.0.0" date="2024-10-08">
32-
<description>
33-
<p>First Release!!!</p>
34-
</description>
35-
</release>
36-
</releases>
37-
<content_rating type="oars-1.1" />
38-
<custom>
39-
<value key="x-appcenter-color-primary">#603461</value>
40-
</custom>
3+
<id>io.github.ellie_commons.app-generator</id>
4+
<metadata_license>CC-BY-4.0</metadata_license>
5+
<project_license>GPL-3.0-or-later</project_license>
6+
<name>App Generator</name>
7+
<summary>Create an elementary OS app using one of the pre-made app templates</summary>
8+
<description>
9+
<p>
10+
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.
11+
</p>
12+
</description>
13+
<screenshots>
14+
<screenshot type="default">
15+
<image>https://raw.githubusercontent.com/ellie-commons/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png</image>
16+
</screenshot>
17+
</screenshots>
18+
<kudos>
19+
<kudo>ModernToolkit</kudo>
20+
<kudo>HiDpiIcon</kudo>
21+
</kudos>
22+
<developer id="io.github.ellie_commons">
23+
<name>elementary Commons</name>
24+
</developer>
25+
<url type="homepage">https://github.com/ellie-commons/app-generator</url>
26+
<url type="bugtracker">https://github.com/ellie-commons/app-generator/issues</url>
27+
<launchable type="desktop-id">io.github.ellie_commons.app-generator.desktop</launchable>
28+
<releases>
29+
<release version="1.0.0" date="2024-10-08">
30+
<description>
31+
<p>First Release!!!</p>
32+
</description>
33+
</release>
34+
</releases>
35+
<content_rating type="oars-1.1" />
36+
<custom>
37+
<value key="x-appcenter-color-primary">#603461</value>
38+
</custom>
4139
</component>

src/Config.vala.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@;
22
public const string LOCALEDIR = @LOCALEDIR@;
3-
public const string REPOSITORY_TEMPLATE_URL = "https://github.com/elementary-community/elementary-app-template.git";
3+
public const string REPOSITORY_TEMPLATE_URL = "https://github.com/ellie-commons/elementary-app-template.git";

0 commit comments

Comments
 (0)