Skip to content

Commit 2e165c6

Browse files
committed
Temporarily use custom appimagecraft build
1 parent 4f9a62a commit 2e165c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-appimage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
ARCH=%(uname --machine)
55

6-
APPIMAGECRAFT_URL="https://github.com/TheAssassin/appimagecraft/releases/download/continuous/appimagecraft-${ARCH}.AppImage"
6+
APPIMAGECRAFT_URL="https://github.com/phw/appimagecraft/releases/download/continuous/appimagecraft-${ARCH}.AppImage"
77
ROOT_DIR=$(dirname "$0")
88
BUILD_DIR="$ROOT_DIR/build/"
99
SOURCE_DIR="$ROOT_DIR/source/"

0 commit comments

Comments
 (0)