Skip to content

Commit 04ea542

Browse files
author
Alexis Lopez Zubieta
committed
Uncomment linuxdeploy and linuxdeploy-plugin-qt download instructions
1 parent fca3535 commit 04ea542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build_appimages.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ BASE_DIR=${PWD}
66
mkdir ${BASE_DIR}/out
77

88
# Download tools
9-
#wget -N https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
10-
#chmod +x linuxdeploy-"$ARCH".AppImage
9+
wget -N https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
10+
chmod +x linuxdeploy-"$ARCH".AppImage
1111

12-
#wget -N https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
13-
#chmod +x linuxdeploy-plugin-qt-"$ARCH".AppImage
12+
wget -N https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
13+
chmod +x linuxdeploy-plugin-qt-"$ARCH".AppImage
1414

1515
LINUXDEPLOY_BIN=${PWD}/linuxdeploy-"$ARCH".AppImage
1616
LINUXDEPLOY_PLUGIN_QT_BIN=${PWD}/linuxdeploy-plugin-qt-"$ARCH".AppImage

0 commit comments

Comments
 (0)