feat: added metainfo for deb
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>io.github.arduinum.KawaiFocus</id>
|
||||||
|
|
||||||
|
<name>Kawai-Focus</name>
|
||||||
|
<summary>Focus timer for working sessions</summary>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
<p>Kawai-Focus is a focus-training app based on the Pomodoro timer.</p>
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<developer id="io.github.arduinum">
|
||||||
|
<name>Kaddo Eugene</name>
|
||||||
|
</developer>
|
||||||
|
|
||||||
|
<metadata_license>FSFAP</metadata_license>
|
||||||
|
<project_license>MIT</project_license>
|
||||||
|
|
||||||
|
<launchable type="desktop-id">io.github.arduinum.KawaiFocus.desktop</launchable>
|
||||||
|
|
||||||
|
<url type="homepage">https://github.com/Arduinum/kawai-focus-v2</url>
|
||||||
|
</component>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Kawai-Focus",
|
"productName": "Kawai-Focus",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"identifier": "com.kawai.focus",
|
"identifier": "io.github.arduinum.KawaiFocus",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../../client/dist",
|
"frontendDist": "../../client/dist",
|
||||||
"devUrl": "http://localhost:8100",
|
"devUrl": "http://localhost:8100",
|
||||||
@@ -30,6 +30,13 @@
|
|||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["deb", "rpm"],
|
"targets": ["deb", "rpm"],
|
||||||
|
"linux": {
|
||||||
|
"deb": {
|
||||||
|
"files": {
|
||||||
|
"/usr/share/metainfo/io.github.arduinum.KawaiFocus.metainfo.xml": "assets/io.github.arduinum.KawaiFocus.metainfo.xml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"shortDescription": "Kawai-Focus - приложение для фокусировки внимания на основе таймера Pomodoro.",
|
"shortDescription": "Kawai-Focus - приложение для фокусировки внимания на основе таймера Pomodoro.",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user