Skip to content

Commit

Permalink
ci,linux: pack icon & desktop file in distro, archive as tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 20, 2023
1 parent 7ab0d0b commit 1a59653
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Upload distribution
uses: actions/upload-artifact@v3
with:
name: Franz.zip
path: FranzCross/dist
name: Franz.tar.gz
path: Franz.tar.gz
5 changes: 5 additions & 0 deletions FranzCross/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ raco exe \
++lib racket/runtime-config \
./main.rkt
raco dist dist Franz
cp assets/icon.svg dist/
cp flatpak/io.defn.Franz.desktop dist/
tar cvzf \
Franz.tar.gz \
-C dist bin lib icon.svg io.defn.franz.Destkop

0 comments on commit 1a59653

Please sign in to comment.