1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Merge pull request #282 from YunoHost-Apps/testing

Testing
This commit is contained in:
Sebastian Gumprich 2024-06-30 22:08:03 +02:00 committed by GitHub
commit 7663e85bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 9 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Shipped version:** 5.9.2~ynh1
**Shipped version:** 5.10.4~ynh1
**Demo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Versión actual:** 5.9.2~ynh1
**Versión actual:** 5.10.4~ynh1
**Demo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Paketatutako bertsioa:** 5.9.2~ynh1
**Paketatutako bertsioa:** 5.10.4~ynh1
**Demoa:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients.
**Version incluse:** 5.9.2~ynh1
**Version incluse:** 5.10.4~ynh1
**Démo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Versión proporcionada:** 5.9.2~ynh1
**Versión proporcionada:** 5.10.4~ynh1
**Demo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**分发版本:** 5.9.2~ynh1
**分发版本:** 5.10.4~ynh1
**演示:** <https://react.invoicing.co/demo>

View file

@ -5,7 +5,7 @@ name = "InvoiceNinja 5"
description.en = "Create and email invoices, track payments, expenses, and time tasks"
description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
version = "5.9.2~ynh1"
version = "5.10.4~ynh1"
maintainers = ["Sebastian Gumprich"]
@ -58,8 +58,9 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.9.2/invoiceninja.zip"
sha256 = "bb470136407d4cede9739e9401d792d0f098b51ed21661e7eb6e14aebdf87114"
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.10.4/invoiceninja.tar"
sha256 = "1f57020738a3d735dc1d5b16da4f915886a184c099e78f96be7c2d9fa78b7d70"
format = "tar.gz"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "invoiceninja.tar"

View file

@ -77,6 +77,8 @@ pushd "$install_dir"
# install snappdf, since it isn't included by default anymore since
# 5.5.12: https://invoiceninja.github.io/docs/self-host-troubleshooting/#pdf-conversion-issues
php$phpversion vendor/bin/snappdf download
# see: https://forum.cloudron.io/topic/11932/invoice-ninja-server-500-internal-error/29
find vendor/beganovich/snappdf/versions/*-Linux_x64/chrome-linux/ -type f -name chrome* ! -name "*.*" -print -exec chmod 755 {} \;
popd
chmod 750 "$install_dir"