Skip to content
Snippets Groups Projects
Verified Commit e0a40e96 authored by azubieta's avatar azubieta
Browse files

Set the right AppImage filename on the zsync file

parent 2de9f0db
No related branches found
No related tags found
1 merge request!18Fix file naming on the development repo
Pipeline #1054 passed
......@@ -42,6 +42,7 @@ chmod 755 appimagetool
# Fix url in zsync file
sed -i "/^URL:.*$/c\URL: ${APPIMAGE_FILE_NAME}?job=appimage" *-x86_64.AppImage.zsync
sed -i "/^Filename:.*$/c\Filename: ${APPIMAGE_FILE_NAME}" *-x86_64.AppImage.zsync
mv *-x86_64.AppImage ../${APPIMAGE_FILE_NAME}
mv *-x86_64.AppImage.zsync ../${ZSYNC_FILE_NAME}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment