Skip to content

Commit 3bf4ed7

Browse files
authored
build: remove AppImage (#294)
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.
1 parent cdb2a2d commit 3bf4ed7

File tree

3 files changed

+0
-120
lines changed

3 files changed

+0
-120
lines changed

.github/workflows/appimage.yml

-48
This file was deleted.

AppImageBuilder.yml

-65
This file was deleted.

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,5 @@ prepare-release: messages changelog
2727
@echo
2828
@echo "Before tagging, don't forget to update version number in CHANGELOG"
2929

30-
appdir:
31-
appimage-builder --skip-tests
32-
mv *.AppImage dist/
33-
mv *.zsync dist/
34-
35-
appimage: appdir
36-
3730
clean:
3831
rm -rf build dist appimage-builder-cache kosmorro.egg-info manpage/kosmorro.{1,7}{,.html}

0 commit comments

Comments
 (0)