travis_linux make adjustments (#155)

Make adjustments, because the desktop file changes.
This commit is contained in:
Ahmed Zetao Yang
2018-03-05 23:49:17 +08:00
committed by Dharkael
parent d89f987a55
commit b42c3c0570

View File

@@ -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