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