Help packing my application

Hello,

I have a application written in java and packaged in DEB, RPM, SNAP, APPIMAGE and would like to have it package in flatpak also but went I follow the instructions it does not create the flatpak file.

$ flatpak-builder build-dir --force-clean uk.co.wagemaker.SmallTextPad.json

I can run it manually when it complestes but I don’t see any flatpak package anywhere.

Any help is greatly appreciated.

Many Thanks

1 Like

Hey!

try this:

$ flatpak-builder --force-clean --repo=repo build uk.co.wagemaker.SmallTextPad.json
$ flatpak build-bundle repo bundle.flatpak uk.co.wagemaker.SmallTextPad
$ flatpak install bundle.flatpak
1 Like

Perfect this worked as a treat.

1 Like