Skip to content

Commit dd278df

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 2e12978 commit dd278df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

release_scripts/linux/package.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,6 @@ echo "Description: $DESCRIPTION" >> "$CONTROL_FILE"
425425
# ----------------------------------------------------------------------------
426426
mkdir -p $DESKTOP_FILE_PATH
427427
echo "[Desktop Entry]" > $APPLICATION_SHORTCUT
428-
echo "Version=$VERSION" >> $APPLICATION_SHORTCUT
429-
echo "Encoding=UTF-8" >> $APPLICATION_SHORTCUT
430428
echo "Name=${APPLICATION_NAME}" >> $APPLICATION_SHORTCUT
431429
echo "Comment=$DESCRIPTION" >> $APPLICATION_SHORTCUT
432430
echo "Exec=$APPLICATION_CODE %f" >> $APPLICATION_SHORTCUT

0 commit comments

Comments
 (0)