added build date of appimage as version; closes #48

This commit is contained in:
Dominik Demuth
2023-04-13 20:03:39 +02:00
parent 40961a89df
commit abe6ca42c7
5 changed files with 20 additions and 6 deletions

View File

@ -13,6 +13,8 @@ script:
- cp bin/evaluate.py $TARGET_APPDIR/usr/bin/
- cp -r src/* $TARGET_APPDIR/usr/src/
- cp src/pkm.vogel.nmreval.desktop $TARGET_APPDIR/usr/share/applications
# set current date as version info
- sed -i "s/CURRENT_DATE/$(date +'%Y-%m-%d')/" $TARGET_APPDIR/usr/src/nmreval/version.py
AppDir: