Skip to content

Commit

Permalink
Fix make AppImage
Browse files Browse the repository at this point in the history
Avoid following error:
```
ERROR: Unrecognized option '--no-tty' (command/topic "build").
```
  • Loading branch information
mgrojo committed Sep 15, 2022
1 parent a4b2a2a commit 4ea50ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESTDIR = /opt/$(MAIN)
.PHONY: all install AppImage

all:
alr build --no-tty
alr build

install: all
mkdir -p $(DESTDIR)
Expand Down

0 comments on commit 4ea50ac

Please sign in to comment.