Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: William José Moreno Reyes <[email protected]>
  • Loading branch information
williamjmorenor committed May 19, 2024
1 parent 8d36daa commit 983a8a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions snap/gui/cacao-accounting-desktop.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Cacao Accounting
Exec=cacao-accounting-desktop-snap
Icon=${SNAP}/meta/gui/cacao-accounting-desktop.png
Categories=Office;
Binary file added snap/gui/cacao-accounting-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 18 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
name: cacao-accounting
name: cacao-accounting-desktop
title: Cacao Accounting Software
summary: Accounting solution for small and medium-sized businesses
type: app
base: core24
version: "2024.05.07"
summary: Accounting solution for small and medium-sized businesses
license: Apache-2.0
grade: stable
confinement: strict
icon: snap/gui/cacao-accounting-desktop.png
issues: https://github.com/cacao-accounting/cacao-accounting/issues
source-code: https://github.com/cacao-accounting/cacao-accounting-snap
website: https://cacaoaccounting.com
description: |
Accounting solution for the finance management of small and medium-sized companies that includes
modules for Accounts Payables, Accounts Receivables, Inventory, Treasury and General Accounting
grade: devel
confinement: strict
apps:
cacao-accounting-desktop:
cacao-accounting-desktop-snap:
command: /bin/cacao_accounting_desktop
plugs: [home]
plugs:
- home
- desktop
- desktop-legacy
- wayland
- x11
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8
Expand Down

0 comments on commit 983a8a9

Please sign in to comment.