Skip to content

Commit

Permalink
fix(codium): remove --unity-launch from .desktop (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 8, 2024
1 parent 545f6e2 commit 4302efd
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 4302efd

Please sign in to comment.