Flatpak
This commit is contained in:
parent
d2a4202375
commit
fb5edc96e4
|
|
@ -11,7 +11,7 @@ on:
|
||||||
# cancel-in-progress: true
|
# cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
project-id: com.invoiceninja.app
|
project-id: com.invoiceninja.InvoiceNinja
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-flutter-app:
|
build-flutter-app:
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
|
@ -8,6 +8,6 @@ echo "Bump version... $current_version => $new_vesion"
|
||||||
sed -i -e "s/version: 5.0.$current_version+$current_version/version: 5.0.$new_vesion+$new_vesion/g" ./pubspec.yaml
|
sed -i -e "s/version: 5.0.$current_version+$current_version/version: 5.0.$new_vesion+$new_vesion/g" ./pubspec.yaml
|
||||||
sed -i -e "s/version: 5.0.$current_version+$current_version/version: 5.0.$new_vesion+$new_vesion/g" ./pubspec.foss.yaml
|
sed -i -e "s/version: 5.0.$current_version+$current_version/version: 5.0.$new_vesion+$new_vesion/g" ./pubspec.foss.yaml
|
||||||
sed -i -e "s/v5.0.$current_version/v5.0.$new_vesion/g" ./.github/workflows/flatpak.yml
|
sed -i -e "s/v5.0.$current_version/v5.0.$new_vesion/g" ./.github/workflows/flatpak.yml
|
||||||
sed -i -e 's/<releases>/<releases>\n <release version="5.0.'$new_vesion'" date="XXXX-XX-XX"\/>/g' ./flatpak/com.invoiceninja.app.metainfo.xml
|
sed -i -e 's/<releases>/<releases>\n <release version="5.0.'$new_vesion'" date="XXXX-XX-XX"\/>/g' ./flatpak/com.invoiceninja.InvoiceNinja.metainfo.xml
|
||||||
sed -i -e "s/kClientVersion = '5.0.$current_version'/kClientVersion = '5.0.$new_vesion'/g" ./lib/constants.dart
|
sed -i -e "s/kClientVersion = '5.0.$current_version'/kClientVersion = '5.0.$new_vesion'/g" ./lib/constants.dart
|
||||||
sed -i -e "s/version: '5.0.$current_version'/version: '5.0.$new_vesion'/g" ./snap/snapcraft.yaml
|
sed -i -e "s/version: '5.0.$current_version'/version: '5.0.$new_vesion'/g" ./snap/snapcraft.yaml
|
||||||
|
|
@ -6,7 +6,7 @@ Name=Invoice Ninja
|
||||||
Comment=Create invoices, accept payments, track expenses & time tasks
|
Comment=Create invoices, accept payments, track expenses & time tasks
|
||||||
Categories=Productivity;
|
Categories=Productivity;
|
||||||
|
|
||||||
Icon=com.invoiceninja.app
|
Icon=com.invoiceninja.InvoiceNinja
|
||||||
Exec=invoiceninja_client
|
Exec=invoiceninja_client
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupWMClass=invoiceninja_client
|
StartupWMClass=invoiceninja_client
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
https://www.freedesktop.org/software/appstream/metainfocreator/#/
|
https://www.freedesktop.org/software/appstream/metainfocreator/#/
|
||||||
-->
|
-->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.invoiceninja.app</id>
|
<id>com.invoiceninja.InvoiceNinja</id>
|
||||||
<name>Invoice Ninja</name>
|
<name>Invoice Ninja</name>
|
||||||
<summary>Create invoices, accept payments, track expenses & time tasks</summary>
|
<summary>Create invoices, accept payments, track expenses & time tasks</summary>
|
||||||
<developer_name>Hillel Coren</developer_name>
|
<developer_name>Hillel Coren</developer_name>
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
All of these features combine to help you receive the money you deserve and reduce the amount of time you spend on repetitive invoicing tasks. Spend less time on paperwork and more time at your craft.
|
All of these features combine to help you receive the money you deserve and reduce the amount of time you spend on repetitive invoicing tasks. Spend less time on paperwork and more time at your craft.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<launchable type="desktop-id">com.invoiceninja.app.desktop</launchable>
|
<launchable type="desktop-id">com.invoiceninja.InvoiceNinja.desktop</launchable>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://github.com/invoiceninja/admin-portal/blob/master/samples/screenshots/5.png</image>
|
<image>https://github.com/invoiceninja/admin-portal/blob/master/samples/screenshots/5.png</image>
|
||||||
Loading…
Reference in New Issue