Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 authored Dec 1, 2024
1 parent a268f0e commit 16fccd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RUN cat <<EOF > $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
Expand All @@ -154,7 +154,7 @@ RUN cat <<EOF >$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
Expand Down

0 comments on commit 16fccd3

Please sign in to comment.