incomplete - build for flatpak

This commit is contained in:
Ione 15 2024-03-28 20:41:32 +01:00
parent 8b17112f87
commit d58b70efe1
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1 @@
disable = true

View file

@ -0,0 +1 @@
1861e02f0dc10eb32d81082466e3767bbd42a698ba844b4ce4a34c0fa3105b9c

View file

@ -0,0 +1,5 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Ion Todo Planner
Exec=python main.py
Type=Application

4
flatpak-mainfest.yaml Normal file
View file

@ -0,0 +1,4 @@
name: com.ione15.ion_todo_planner
buildsystem: simple
build-commands:
- pip3 install --prefix=/app --no-deps .