Update Zen Browser desktop file with new launch script and icon paths

This commit is contained in:
Mauro Balades 2024-08-08 10:42:28 +02:00
parent c252696a36
commit 06cd3b54f7
3 changed files with 10 additions and 3 deletions

4
launch-script.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
export TMPDIR=$XDG_CACHE_HOME/tmp
exec /app/zen/zen "$@"