get librewolf.desktop from the repo directly

This commit is contained in:
askiiart 2025-03-12 21:34:35 -05:00
parent d887e434c1
commit f903b2ba16
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 1 additions and 28 deletions

View file

@ -47,7 +47,7 @@ mkdir -p $built_dir
rm ./pingsender
rm ./precomplete
rm ./removed-files
cp $SCRIPT_DIR/librewolf.desktop ./librewolf.desktop
curl -LO https://codeberg.org/librewolf/bsys6/raw/branch/master/assets/linux.librewolf.desktop.in -o librewolf.desktop
tar --zstd -cf $built_dir/$program_name.tar.zst .
echo $version >$version_file

View file

@ -1,27 +0,0 @@
[Desktop Entry]
Type=Application
Name=LibreWolf
GenericName=Web Browser
StartupNotify=true
Terminal=false
MimeType=application/json;application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Comment=Browse the World Wide Web
Categories=Network;WebBrowser;Security;
StartupWMClass=librewolf-default
Exec=MYDIR/librewolf %u
Icon=librewolf
Actions=new-window;new-private-window;safe-mode;preferences;
[Desktop Action new-window]
Name=New Window
Exec=MYDIR/librewolf
[Desktop Action new-private-window]
Name=New Private Window
Exec=MYDIR/librewolf --private-window %u
[Desktop Action safe-mode]
Name=Start in Safe Mode
Exec=MYDIR/librewolf --safe-mode
[Desktop Action preferences]
Name=Show Preferences
Exec=MYDIR/librewolf --preferences