When creating the .desktop file in the package.sh script, the application version is used as value for the Version entry:
|
echo "Version=$VERSION" >> $APPLICATION_SHORTCUT |
However the Desktop Entry Specification states that this entry contains the version of the Desktop Entry Specification.
So this field should either be removed (it is optional anyway) or contain the specification version (something from 1.0 to 1.5).
When creating the
.desktopfile in thepackage.shscript, the application version is used as value for theVersionentry:OpenBoard/release_scripts/linux/package.sh
Line 424 in fff1a15
However the Desktop Entry Specification states that this entry contains the version of the Desktop Entry Specification.
So this field should either be removed (it is optional anyway) or contain the specification version (something from 1.0 to 1.5).