Skip to content

Commit

Permalink
build: remove AppImage (#294)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: AppImage is no longer available. This decision has been
made because it has become hard to maintain lately, and I don't have
time nor motivation to fix it.
  • Loading branch information
Deuchnord committed Nov 10, 2022
1 parent cdb2a2d commit 3bf4ed7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 120 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/appimage.yml

This file was deleted.

65 changes: 0 additions & 65 deletions AppImageBuilder.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Makefile
Expand Up @@ -27,12 +27,5 @@ prepare-release: messages changelog
@echo
@echo "Before tagging, don't forget to update version number in CHANGELOG"

appdir:
appimage-builder --skip-tests
mv *.AppImage dist/
mv *.zsync dist/

appimage: appdir

clean:
rm -rf build dist appimage-builder-cache kosmorro.egg-info manpage/kosmorro.{1,7}{,.html}

0 comments on commit 3bf4ed7

Please sign in to comment.