mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 15:28:44 +00:00
Add Briefcase packaging docs and scripts
This commit is contained in:
18
packaging/flatpak/seedpass.yml
Normal file
18
packaging/flatpak/seedpass.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
app-id: io.seedpass.SeedPass
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: '46'
|
||||
sdk: org.gnome.Sdk
|
||||
command: seedpass-gui
|
||||
modules:
|
||||
- name: seedpass
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p /app/bin
|
||||
- cp -r ../../build/seedpass-gui/ubuntu/noble/* /app/bin/
|
||||
sources:
|
||||
- type: dir
|
||||
path: ../../
|
||||
finish-args:
|
||||
- --share=network
|
||||
- --socket=fallback-x11
|
||||
- --socket=wayland
|
Reference in New Issue
Block a user