Skip to content

Commit

Permalink
add bash scripts for creating tar files
Browse files Browse the repository at this point in the history
add desktop icon, desktop entry
  • Loading branch information
synthfi committed Jan 25, 2025
1 parent e31be61 commit 846164c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions create_tar_aarch64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
pushd build
cp ../packaging_files/PolyGlot0.png image/
cp ../io.github.DraqueT.PolyGlot.desktop image/
tar -C image/ -czvf image_aarch64.tar.gz .
popd
6 changes: 6 additions & 0 deletions create_tar_x86_64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
pushd build
cp ../packaging_files/PolyGlot0.png image/
cp ../io.github.DraqueT.PolyGlot.desktop image/
tar -C image/ -czvf image_x86_64.tar.gz .
popd

0 comments on commit 846164c

Please sign in to comment.