Switch to Chromium too

This commit is contained in:
David Heinemeier Hansson
2025-06-09 17:09:13 +02:00
parent a89def2867
commit ba117e6f70

View File

@ -48,12 +48,10 @@ web2app() {
Version=1.0 Version=1.0
Name=$APP_NAME Name=$APP_NAME
Comment=$APP_NAME Comment=$APP_NAME
Exec=google-chrome-stable --app="$APP_URL" --name="$APP_NAME" --class="$APP_NAME" Exec=chromium --app="$APP_URL" --name="$APP_NAME" --class="$APP_NAME"
Terminal=false Terminal=false
Type=Application Type=Application
Icon=$ICON_PATH Icon=$ICON_PATH
Categories=GTK;
MimeType=text/html;text/xml;application/xhtml_xml;
StartupNotify=true StartupNotify=true
EOF EOF