Skip to content
Snippets Groups Projects
Commit f78599cb authored by DFN2's avatar DFN2
Browse files

Merge branch 'development' of www.opencode.net:dfn2/pling-store into development

parents 6b714c3c 7f3221b7
No related branches found
No related tags found
1 merge request!9Development
Pipeline #869 passed
......@@ -33,7 +33,7 @@ chmod 755 appimagetool
# Only timestamp development branches
if [ "${CI_COMMIT_REF_SLUG}" != "master" ]; then
PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y-%m-%d_%H-%M-%S")
PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y%m%d-%H%M%S")
fi
mv *-x86_64.AppImage ../${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage
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