Skip to content

Commit

Permalink
add dekstop fiel
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Sep 22, 2024
1 parent 44f6646 commit eecaeef
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
13 changes: 13 additions & 0 deletions snap/gui/io.naox.InnerBreeze.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Name=Inner Breeze
Name[ru]=Внутренний бриз
Comment=A meditation app to guide and track your Wim Hof Breathing practice
Comment[ru]=Медитация и практикование дыхания по методу Вим Хофа
Exec=inner_breeze
Icon=io.naox.InnerBreeze
Terminal=false
Version=1.5
Categories=Utility;Education;
Keywords=Meditation;Breathing;Relaxation;Focus;Wellness;
StartupNotify=true
Binary file added snap/gui/io.naox.InnerBreeze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions snap/gui/io.naox.InnerBreeze.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: inner-breeze
adopt-info: inner-breeze

version: '1.3.2'
license: MIT
grade: stable
base: core20
confinement: strict
icon: snap/gui/io.naox.InnerBreeze.png

apps:
inner-breeze:
command: inner_breeze
common-id: io.naox.InnerBreeze
extensions: [gnome]
plugs:
- network

parts:
inner-breeze:
source: .
plugin: flutter
flutter-target: lib/main.dart
parse-info: [metadata/io.naox.InnerBreeze.metainfo.xml]

metainfo:
source: .
plugin: dump
organize:
metainfo.xml: metadata/io.naox.InnerBreeze.metainfo.xml

0 comments on commit eecaeef

Please sign in to comment.