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 4e53ded commit 6eb09e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
files: |
Resticity.flatpak
/__w/resticity/resticity/flatpak_app/files/bin/go/bin/wails
/__w/resticity/resticity/flatpak_app/files/bin/resticity
7 changes: 1 addition & 6 deletions packaging/flatpak/io.github.ad_on_is.Resticity.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.0.0" date="2024-03-10" type="stable">
<description>
<p>Initial release</p>
</description>
<url type="details">https://github.com/ad-on-is/resticity/releases/tag/1.0.0</url>
</release>
<release version="1.0.44" date="2024-03-10" type="stable"></release>
</releases>

</component>
2 changes: 1 addition & 1 deletion packaging/flatpak/io.github.ad_on_is.Resticity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ modules:
- name: resticity
buildsystem: simple
build-commands:
- PATH=$PATH:$GOROOT/bin:$NODEROOT/bin $GOBIN/wails build -ldflags="-X main.Version=1.0.44 -X main.Build=$(date +%FT%T%z)"
- PATH=$PATH:$GOROOT/bin:$NODEROOT/bin $GOBIN/wails build -ldflags="-X main.Version=1.0.45 -X main.Build=$(date +%FT%T%z)"
- install -Dm00755 build/bin/resticity $FLATPAK_DEST/bin/resticity
- install -Dm00644 packaging/$FLATPAK_ID.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/$FLATPAK_ID.png
- install -Dm00644 packaging/$FLATPAK_ID.desktop $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop
Expand Down

0 comments on commit 6eb09e2

Please sign in to comment.