Skip to content

Commit d6e9e4f

Browse files
committed
fix: remove wrong and deprecated keys from desktop entry file
- remove Version should either be 1.5 or omitted (optional) - remove Encoding deprecated
1 parent 9a8abac commit d6e9e4f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

release_scripts/linux/package.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ echo "Description: $DESCRIPTION" >> "$CONTROL_FILE"
417417
# ----------------------------------------------------------------------------
418418
mkdir -p $DESKTOP_FILE_PATH
419419
echo "[Desktop Entry]" > $APPLICATION_SHORTCUT
420-
echo "Version=$VERSION" >> $APPLICATION_SHORTCUT
421-
echo "Encoding=UTF-8" >> $APPLICATION_SHORTCUT
422420
echo "Name=${APPLICATION_NAME}" >> $APPLICATION_SHORTCUT
423421
echo "Comment=$DESCRIPTION" >> $APPLICATION_SHORTCUT
424422
echo "Exec=$APPLICATION_CODE %f" >> $APPLICATION_SHORTCUT

resources/linux/ch.openboard.OpenBoard.desktop

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[Desktop Entry]
2-
Encoding=UTF-8
32
Name=OpenBoard
43
Comment=OpenBoard, an interactive white board application
54
Exec=openboard %f

0 commit comments

Comments
 (0)