Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Move macOS packaging to separate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Lesiak committed Dec 27, 2022
1 parent 0de4097 commit 14be988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
59 changes: 0 additions & 59 deletions packaging/generate_bottle.sh

This file was deleted.

4 changes: 1 addition & 3 deletions packaging/generate_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ export EMAIL

mkdir -p tmp

if [[ ${VARIANT} == "brew" ]]; then
. "$DIR"./generate_bottle.sh
elif [[ ${VARIANT} == "deb" ]]; then
if [[ ${VARIANT} == "deb" ]]; then
. "$DIR"/generate_deb.sh "${OS}"
else
echo "Error, unknown package type. Use either ['brew', 'deb']."
Expand Down

0 comments on commit 14be988

Please sign in to comment.