Skip to content

Commit

Permalink
Fix bug 69294 : Incorrect application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov committed Aug 2, 2024
1 parent 80f003a commit 7b81ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions win-linux/package/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ build : $(LINUX_DEPS)
mkdir -p $@/main/opt/$(DESKTOPEDITORS_PREFIX)
cp -rft $@/main/opt/$(DESKTOPEDITORS_PREFIX) $(SOURCE_DIR)/desktopeditors/*
chmod 755 $@/main/opt/$(DESKTOPEDITORS_PREFIX)/DesktopEditors
ln -s DesktopEditors $@/main/opt/$(DESKTOPEDITORS_PREFIX)/$(DESKTOPEDITORS_EXEC)

cp -rf $(BRANDING_DIR)/../../../common/package/license/*.htm \
$@/main/opt/$(DESKTOPEDITORS_PREFIX)/LICENSE.htm
Expand Down
2 changes: 1 addition & 1 deletion win-linux/package/linux/common/desktopeditors.sh.m4
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ export LD_LIBRARY_PATH=$DIR$LDLPATH,
DIR_MV=/opt/M4_MEDIAVIEWER_PREFIX
export LD_LIBRARY_PATH=$DIR:$DIR/converter:$DIR_MV$LDLPATH
export VLC_PLUGIN_PATH=$DIR_MV/plugins)
exec $DIR/DesktopEditors "$@"
exec $DIR/M4_DESKTOPEDITORS_EXEC "$@"

0 comments on commit 7b81ba1

Please sign in to comment.