Skip to content

Commit a515245

Browse files
authored
Remove appimagetool download and cleanup commands
1 parent e473745 commit a515245

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

app/Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,3 @@ clean:
7272
rm -rf $(PWD)/*.AppImage
7373
rm -rf $(PWD)/bin/*
7474
rm -rf $(PWD)/build
75-
/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage \
76-
--output-document=$(PWD)/bin/appimagetool.AppImage
77-
78-
chmod +x $(PWD)/bin/appimagetool.AppImage
79-
80-
clean:
81-
rm -rf $(PWD)/*.AppImage
82-
rm -rf $(PWD)/bin/*
83-
rm -rf $(PWD)/build

0 commit comments

Comments
 (0)