Skip to content

Commit

Permalink
chore: flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 26, 2024
1 parent 19fc985 commit d0f069c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
with:
files: |
Resticity.flatpak
/__w/resticity/resticity/flatpak_app/files/bin/resticity
13 changes: 11 additions & 2 deletions packaging/flatpak/io.github.ad_on_is.Resticity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ finish-args:
- --talk-name=org.kde.StatusNotifierWatcher

build-options:
build-args:
- --share=network
# build-args:
# - --share=network
env:
- GOROOT=/app/sdk/golang
- GOBIN=/app/go/bin
Expand Down Expand Up @@ -55,6 +55,15 @@ modules:
buildsystem: simple
build-commands:
- $GOROOT/bin/go install github.com/wailsapp/wails/v2/cmd/[email protected]

# - name: wails
# buildsystem: simple
# build-commands:
# - cd v2 && $GOROOT/bin/go install
# sources:
# - type: archive
# url: https://github.com/wailsapp/wails/archive/refs/tags/v2.8.0.zip
# sha256: e9e8faf7c2432caa124aeed1cb21ad2349335fbaf418971c7622b215c11f1c25


- name: resticity
Expand Down

0 comments on commit d0f069c

Please sign in to comment.