Skip to content

Commit 5caed76

Browse files
committed
missed one path change on appimage binary
1 parent e28b7f2 commit 5caed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/linux/buildpackage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
wget -cq -O $HOME/appimagetool-x86_64.AppImage https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
5454
fi
5555

56-
chmod a+x appimagetool-x86_64.AppImage
56+
chmod a+x $HOME/appimagetool-x86_64.AppImage
5757

5858
echo "Building AppImages"
5959

0 commit comments

Comments
 (0)