Skip to content

Commit

Permalink
fix: remove wrong and deprecated keys from desktop entry file
Browse files Browse the repository at this point in the history
- remove Version
  should either be 1.5 or omitted (optional)
- remove Encoding
  deprecated
  • Loading branch information
letsfindaway committed Aug 13, 2024
1 parent 2e12978 commit e25dcda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions release_scripts/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ echo "Description: $DESCRIPTION" >> "$CONTROL_FILE"
# ----------------------------------------------------------------------------
mkdir -p $DESKTOP_FILE_PATH
echo "[Desktop Entry]" > $APPLICATION_SHORTCUT
echo "Version=$VERSION" >> $APPLICATION_SHORTCUT
echo "Encoding=UTF-8" >> $APPLICATION_SHORTCUT
echo "Name=${APPLICATION_NAME}" >> $APPLICATION_SHORTCUT
echo "Comment=$DESCRIPTION" >> $APPLICATION_SHORTCUT
echo "Exec=$APPLICATION_CODE %f" >> $APPLICATION_SHORTCUT
Expand Down
1 change: 0 additions & 1 deletion resources/linux/ch.openboard.OpenBoard.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[Desktop Entry]
Encoding=UTF-8
Name=OpenBoard
Comment=OpenBoard, an interactive white board application
Exec=openboard %f
Expand Down

0 comments on commit e25dcda

Please sign in to comment.