flatpak repo preparation

This commit is contained in:
Bruno Herbelin
2022-11-19 22:22:37 +01:00
parent a3617626f7
commit 8da9a9cf27
3 changed files with 13 additions and 3 deletions

4
.gitignore vendored
View File

@@ -28,3 +28,7 @@ osx/runvimix
*.autosave
flatpak/.flatpak-builder
flatpak/repo/
flatpak/build/

View File

@@ -15,6 +15,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.7.2" date="2022-11-19"/>
<release version="0.7.1" date="2022-07-21"/>
</releases>
<url type="homepage">https://brunoherbelin.github.io/vimix/</url>
@@ -22,6 +23,10 @@
<url type="faq">https://github.com/brunoherbelin/vimix/wiki</url>
<url type="bugtracker">https://github.com/brunoherbelin/vimix/issues</url>
<developer_name>Bruno Herbelin</developer_name>
<project_license>GPL-3.0+</project_license>
<project_license>GPL-3.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<content_rating type="oars-1.1">
<content_attribute id="social-audio">moderate</content_attribute>
</content_rating>
</component>

View File

@@ -1,5 +1,5 @@
{
"app-id": "io.brunoherbelin.github.Vimix",
"app-id": "io.github.brunoherbelin.Vimix",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
@@ -48,7 +48,8 @@
"sources": [
{
"type": "git",
"url": "https://github.com/brunoherbelin/vimix.git"
"url": "https://github.com/brunoherbelin/vimix.git",
"tag": "0.7.2"
}
]
}