Skip to content

Commit

Permalink
Handle space in url
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorviswanathan authored Mar 12, 2023
1 parent e32c649 commit 03a63e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Version=1.0
Name=Browser Switcher
GenericName=Browser Switcher
Comment=Launch browser based on URL matching
Exec=$INSTALL_DIR/browser-switcher %U
Exec=$INSTALL_DIR/browser-switcher "%u"
StartupNotify=true
Terminal=false
Icon=browser
Expand All @@ -49,4 +49,4 @@ EOF
chmod +x "$DESKTOP_DIR/browser-switcher.desktop"
xdg-settings set default-web-browser browser-switcher.desktop

echo "Installed Successfully!!"
echo "Installed Successfully!!"

0 comments on commit 03a63e6

Please sign in to comment.