Skip to content

Commit

Permalink
fix(codium): remove --unity-launch from .desktop (#1851) (#1853)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4302efd)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Aug 8, 2024
1 parent 9b0ff16 commit f2704c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/devs/codium/codium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cat <<EOF > vscodium-bin.desktop
Name=VSCodium
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/bin/codium --no-sandbox --unity-launch %F
Exec=/usr/bin/codium --no-sandbox %F
Icon=vscodium
Type=Application
StartupNotify=false
Expand Down

0 comments on commit f2704c9

Please sign in to comment.