Skip to content

Commit

Permalink
Add FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jun 6, 2023
1 parent ac457fd commit 8690b50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ mac_app_path := ./dist/Buzz.app
mac_zip_path := ./dist/Buzz-${version}-mac.zip
mac_dmg_path := ./dist/Buzz-${version}-mac.dmg

unix_zip_path := Buzz-${version}-unix.tar.gz

bundle_linux: dist/Buzz
cd dist && tar -czf ${unix_zip_path} Buzz/ && cd -
bash scripts/bundle_linux.sh

bundle_windows: dist/Buzz
Expand Down

0 comments on commit 8690b50

Please sign in to comment.