Flatpak
This commit is contained in:
parent
a5de998d12
commit
b592fb821d
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v1
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.13.6'
|
flutter-version: '3.13.6'
|
||||||
#channel: 'stable'
|
#channel: 'stable'
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@ Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
||||||
Name=Invoice Ninja
|
Name=Invoice Ninja
|
||||||
Comment=An example app that counts
|
Comment=Create invoices, accept payments, track expenses & time tasks
|
||||||
Categories=Utility;Amusement;
|
Categories=Productivity;
|
||||||
|
|
||||||
Icon=com.example.FlutterApp
|
Icon=com.invoiceninja.app
|
||||||
Exec=flutter_flatpak_example
|
Exec=invoiceninja_client
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupWMClass=flutter_flatpak_example
|
StartupWMClass=invoiceninja_client
|
||||||
|
|
@ -4,40 +4,29 @@
|
||||||
https://www.freedesktop.org/software/appstream/metainfocreator/#/
|
https://www.freedesktop.org/software/appstream/metainfocreator/#/
|
||||||
-->
|
-->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.example.FlutterApp</id>
|
<id>com.invoiceninja.app</id>
|
||||||
<name>Flutter App</name>
|
<name>Invoice Ninja</name>
|
||||||
<summary>An example app that counts</summary>
|
<summary>Create invoices, accept payments, track expenses & time tasks</summary>
|
||||||
<developer_name>Kristen McWilliam</developer_name>
|
<developer_name>Hillel Coren</developer_name>
|
||||||
<url type="homepage">https://github.com/Merrit/flutter_flatpak_example</url>
|
<url type="homepage">https://invoiceninja.com</url>
|
||||||
<metadata_license>MIT</metadata_license>
|
<metadata_license>AAL</metadata_license>
|
||||||
<project_license>MIT</project_license>
|
<project_license>AAL</project_license>
|
||||||
<supports>
|
<supports>
|
||||||
<control>pointing</control>
|
<control>pointing</control>
|
||||||
<control>keyboard</control>
|
<control>keyboard</control>
|
||||||
<control>touch</control>
|
<control>touch</control>
|
||||||
</supports>
|
</supports>
|
||||||
<description>
|
<description>
|
||||||
<p>Fast and beautiful counting app. For all your counting needs!</p>
|
<p>Create invoices, accept payments, track expenses & time tasks</p>
|
||||||
<p>Features</p>
|
|
||||||
<ul>
|
|
||||||
<li>Counts!</li>
|
|
||||||
<li>Cooks!</li>
|
|
||||||
<li>Cleans!</li>
|
|
||||||
<li>Comets!</li>
|
|
||||||
<li>Dinosaurs!</li>
|
|
||||||
<li>.. Burritos?</li>
|
|
||||||
<li>Burritos!!</li>
|
|
||||||
<li></li>
|
|
||||||
</ul>
|
|
||||||
</description>
|
</description>
|
||||||
<launchable type="desktop-id">com.example.FlutterApp.desktop</launchable>
|
<launchable type="desktop-id">com.invoiceninja.app.desktop</launchable>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/Merrit/flutter_flatpak_example/main/screenshots/screenshot.png</image>
|
<image>https://github.com/invoiceninja/flutter-mobile/blob/master/samples/screenshots/1.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.0.0" date="2022-02-25" />
|
<release version="5.0.127" date="2023-10-31"/>
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: invoiceninja
|
name: invoiceninja
|
||||||
version: '5.0.127'
|
version: '5.0.127'
|
||||||
summary: Create invoices, accept payments, track expenses & time-tasks
|
summary: Create invoices, accept payments, track expenses & time tasks
|
||||||
description: "### Note: if the app fails to run using `snap run invoiceninja` it may help to run `/snap/invoiceninja/current/bin/invoiceninja` instead
|
description: "### Note: if the app fails to run using `snap run invoiceninja` it may help to run `/snap/invoiceninja/current/bin/invoiceninja` instead
|
||||||
|
|
||||||
Create. Send. Get Paid.
|
Create. Send. Get Paid.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue