Skip to content

Commit 59b74e8

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 f779e0c commit 59b74e8

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
@@ -442,8 +442,6 @@ echo "Description: $DESCRIPTION" >> "$CONTROL_FILE"
442442
# ----------------------------------------------------------------------------
443443
mkdir -p $DESKTOP_FILE_PATH
444444
echo "[Desktop Entry]" > $APPLICATION_SHORTCUT
445-
echo "Version=$VERSION" >> $APPLICATION_SHORTCUT
446-
echo "Encoding=UTF-8" >> $APPLICATION_SHORTCUT
447445
echo "Name=${APPLICATION_NAME}" >> $APPLICATION_SHORTCUT
448446
echo "Comment=$DESCRIPTION" >> $APPLICATION_SHORTCUT
449447
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)