Skip to content

Commit

Permalink
fix vscodium-updater URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Apr 20, 2024
1 parent 564f309 commit f9cdae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ curl -s -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-bra

sed -i 's|Icon=vscodium|Icon=/opt/3rd-party/bundles/clearfraction/usr/share/pixmaps/vscodium.png|g' /tmp/vscodium/usr/share/applications/codium*.desktop
sed -i 's|Exec=/usr/share/codium/codium|Exec=/opt/3rd-party/bundles/clearfraction/usr/share/codium/codium --ozone-platform-hint=auto|g' /tmp/vscodium/usr/share/applications/codium*.desktop
curl -s -L https://github.com/clearfraction/bundles/blob/master/cf-vscodium-updater.sh -o /tmp/vscodium/usr/bin/cf-vscodium-updater && chmod +x /tmp/brave/usr/bin/cf-vscodium-updater
curl -s -L https://raw.githubusercontent.com/clearfraction/bundles/master/cf-vscodium-updater.sh -o /tmp/vscodium/usr/bin/cf-vscodium-updater && chmod +x /tmp/brave/usr/bin/cf-vscodium-updater


sed -i 's|Exec=shotwell|Exec=env GSETTINGS_SCHEMA_DIR=/opt/3rd-party/bundles/clearfraction/usr/share/glib-2.0/schemas/ shotwell|' /tmp/shotwell/usr/share/applications/*Shotwell*.desktop
Expand Down

0 comments on commit f9cdae0

Please sign in to comment.