mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
Update Zen Browser desktop file with new icon path
This commit is contained in:
parent
b2f857f15e
commit
c252696a36
2 changed files with 3 additions and 7 deletions
|
@ -14,12 +14,12 @@ Actions=new-window;new-private-window;profilemanager;
|
|||
|
||||
[Desktop Action new-window]
|
||||
Name=Open a New Window
|
||||
Exec=launch-script.sh %u
|
||||
Exec=/app/zen/zen %u
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=Open a New Private Window
|
||||
Exec=launch-script.sh --private-window %u
|
||||
Exec=/app/zen/zen --private-window %u
|
||||
|
||||
[Desktop Action profilemanager]
|
||||
Name=Open the Profile Manager
|
||||
Exec=launch-script.sh --ProfileManager %u
|
||||
Exec=/app/zen/zen --ProfileManager %u
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
export TMPDIR=$XDG_CACHE_HOME/tmp
|
||||
|
||||
exec /app/zen/zen "$@"
|
Loading…
Add table
Add a link
Reference in a new issue