Skip to content

Commit

Permalink
Update wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Sep 5, 2023
1 parent 57a5c99 commit e013e1f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions com.bitwarden.desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ modules:
- type: script
dest-filename: bitwarden.sh
commands:
- export TMPDIR="${XDG_RUNTIME_DIR}/app/${FLATPAK_ID}"
- if [ "${XDG_SESSION_TYPE}" == "wayland" ]; then
- zypak-wrapper /app/Bitwarden/bitwarden --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
- else
- zypak-wrapper /app/Bitwarden/bitwarden "$@"
- fi
- export TMPDIR="$XDG_RUNTIME_DIR/app/$FLATPAK_ID"
- exec zypak-wrapper /app/Bitwarden/bitwarden --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
- type: file
path: com.bitwarden.desktop.metainfo.xml

Expand Down

0 comments on commit e013e1f

Please sign in to comment.