Skip to content

Commit

Permalink
=initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWoroschilow committed Apr 20, 2020
1 parent 3b0aa62 commit 94c9b15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SOURCE="https://github.com/qTox/qTox/releases/download/v1.16.3/qTox-v1.16.3.x86_64.AppImage"
DESTINATION="qTox.AppImage"


all:
echo "Building: $(OUTPUT)"
wget -O $(DESTINATION) --continue $(SOURCE)
chmod +x $(DESTINATION)
Binary file added bin/appimagetool.AppImage
Binary file not shown.

0 comments on commit 94c9b15

Please sign in to comment.