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 79120f9 commit 4e53ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
files: |
Resticity.flatpak
/__w/resticity/resticity/flatpak_app/files/bin/go/bin/wails
Binary file removed bin/wails
Binary file not shown.
15 changes: 2 additions & 13 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,17 +55,6 @@ 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
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 4e53ded

Please sign in to comment.