Skip to content

Commit 81ffb98

Browse files
committed
centos6 is default now
1 parent 71c8e7b commit 81ffb98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis/build-appimage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ make install DESTDIR=AppDir
4444
AIK_ARCH="$ARCH"
4545
[ "$ARCH" == "i386" ] && AIK_ARCH="i686"
4646

47-
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-centos6-"$ARCH".AppImage
48-
chmod +x linuxdeploy-centos6-"$ARCH".AppImage
47+
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
48+
chmod +x linuxdeploy-"$ARCH".AppImage
4949

5050
# bundle appimagetool
5151
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
@@ -61,8 +61,8 @@ ln -s ../../appimagetool-prefix/AppRun AppDir/usr/bin/appimagetool
6161
export UPD_INFO="gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH.AppImage"
6262

6363
# deploy linuxdeploy-plugin-appimage
64-
sed -i 's|AI\x02|\x00\x00\x00|' linuxdeploy-centos6-"$ARCH".AppImage
65-
./linuxdeploy-centos6-"$ARCH".AppImage --appimage-extract-and-run \
64+
sed -i 's|AI\x02|\x00\x00\x00|' linuxdeploy-"$ARCH".AppImage
65+
./linuxdeploy-"$ARCH".AppImage --appimage-extract-and-run \
6666
--appdir AppDir -d "$REPO_ROOT"/resources/linuxdeploy-plugin-appimage.desktop \
6767
-i "$REPO_ROOT"/resources/linuxdeploy-plugin-appimage.svg
6868

0 commit comments

Comments
 (0)