Skip to content

Publish Quba to Flathub #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ out
dist
release
#Electron-builder output
/dist_electron
/dist_electron
.flatpak-builder
build
/dist
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ structured (i.e., XML) and hybrid (Factur-X/ZUGFeRD PDF) electronic invoices.
Documentation-wise there is a doc RE [Architecture, Development, Debugging and testing](doc/development.md) in
general and some Electron and E-Invoice peculiarities like [interprocess (IPC) communication, XSLT and codelists](doc/electron.md) in particular.

Flatpak
=============

To build the app as a Flatpak, make sure you have `flatpak` installed: <https://flatpak.org/setup/>.
Then, follow these steps:

```shell
# Build & Install
cd flatpak
flatpak-builder build org.quba_viewer.Quba.yml --install-deps-from=flathub --force-clean --user --install

# Run
flatpak run org.quba_viewer.Quba
```

History
=============

Expand Down
Loading