Skip to content

Commit

Permalink
Update flatpak build files for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Nov 17, 2024
1 parent 7a9eb42 commit 47a700c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flatpak/build-flatpak.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e
set -x

tar -zxf pied-0.2.1-x86_64.tar.gz
tar -zxf pied-0.3.0-x86_64.tar.gz

mkdir -p /app/pied
cp -r pied/* /app/pied/
Expand Down
4 changes: 2 additions & 2 deletions flatpak/com.mikeasoft.pied.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ modules:
- "./build-flatpak.sh"
sources:
- type: file
url: https://github.com/Elleo/pied/releases/download/v0.2.1/pied-0.2.1-x86_64.tar.gz
sha256: a1225ac7494b172dcab88acb74dfeb30a08ae12fb2266f6c654a2473ee326f21
url: https://github.com/Elleo/pied/releases/download/v0.3.0/pied-0.3.0-x86_64.tar.gz
sha256: f318d9e0d86f3c5af5900fb63c7e2bd76271a731be977385145809675eaa9908
- type: file
path: build-flatpak.sh
- type: file
Expand Down

0 comments on commit 47a700c

Please sign in to comment.