get librewolf.desktop from the repo directly
This commit is contained in:
parent
d887e434c1
commit
f903b2ba16
2 changed files with 1 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue