Skip to content

Commit

Permalink
ci fix: Use main linuxdeploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 5, 2023
1 parent 3a8a6e3 commit aef7e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.appimage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build upload

build:
@wget -c -nv "https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
@wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
@wget -c "https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
@chmod a+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-gtk.sh
@unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
Expand Down

0 comments on commit aef7e80

Please sign in to comment.