mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 15:30:00 +01:00
flatpak repo preparation
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -28,3 +28,7 @@ osx/runvimix
|
||||
*.autosave
|
||||
|
||||
flatpak/.flatpak-builder
|
||||
|
||||
flatpak/repo/
|
||||
|
||||
flatpak/build/
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user