From 8690b501092893b7054d3fe701c6375fc713d285 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 6 Jun 2023 09:16:55 +0100 Subject: [PATCH] Add FPM --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 477e5111d..acbbd293e 100644 --- a/Makefile +++ b/Makefile @@ -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