From b42c3c0570ba1ccd0a23bd04b7b8f8d2e6c40abe Mon Sep 17 00:00:00 2001 From: Ahmed Zetao Yang Date: Mon, 5 Mar 2018 23:49:17 +0800 Subject: [PATCH] travis_linux make adjustments (#155) Make adjustments, because the desktop file changes. --- .travis_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis_linux.sh b/.travis_linux.sh index 00796a1b..67c7ee41 100644 --- a/.travis_linux.sh +++ b/.travis_linux.sh @@ -100,7 +100,7 @@ elif [[ "${DIST}" == "trusty" ]]; then mkdir dist # Rename AppImage and move AppImage to DIST_PATH - cd $APPIMAGE_DST_PATH && mv Take_graphical_screenshot-${VERSION}-${ARCH}.AppImage flameshot_${ARCH}_${VERSION}.AppImage + cd $APPIMAGE_DST_PATH && mv Flameshot-${VERSION}-${ARCH}.AppImage flameshot_${ARCH}_${VERSION}.AppImage cd .. && cp $APPIMAGE_DST_PATH/flameshot_${ARCH}_${VERSION}.AppImage $DIST_PATH/flameshot_${ARCH}_${VERSION}.$EXTEN pwd