From 16fccd300ef473eedb7bc18438f01511a3ab9480 Mon Sep 17 00:00:00 2001 From: HuangYongliang Date: Sun, 1 Dec 2024 22:58:32 +0800 Subject: [PATCH] Update Dockerfile --- workspace-ubuntu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace-ubuntu/Dockerfile b/workspace-ubuntu/Dockerfile index f579bee..e9c54b8 100644 --- a/workspace-ubuntu/Dockerfile +++ b/workspace-ubuntu/Dockerfile @@ -143,7 +143,7 @@ RUN cat < $HOME/Desktop/idea.desktop Encoding=UTF-8 Name=IntelliJ IDEA Comment=IntelliJ IDEA -Exec=$PROJECTOR_DIR/normal_idea_entrypoint.sh +Exec=$PROJECTOR_DIR/normal_idea_entrypoint.sh raw Icon=$PROJECTOR_DIR/ide/bin/idea.svg Terminal=false Type=Application @@ -154,7 +154,7 @@ RUN cat <$HOME/Desktop/idea-projector.desktop Encoding=UTF-8 Name=IntelliJ IDEA Projector Comment=IntelliJ IDEA Projector -Exec=$PROJECTOR_DIR/projector_entrypoint.sh projector +Exec=$PROJECTOR_DIR/normal_idea_entrypoint.sh projector Icon=$PROJECTOR_DIR/ide/bin/idea.svg Terminal=false Type=Application