Skip to content

Commit

Permalink
fix icon installation failed
Browse files Browse the repository at this point in the history
  • Loading branch information
proletarius101 committed Jan 24, 2023
1 parent c949935 commit 1a5cd5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions com.bitwarden.desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ modules:
# Copy the resulting, unpacked directory to /app.
- "cp -r apps/desktop/dist/linux-*unpacked /app/bitwarden-desktop"

# Retire this at some point when an SVG is available
- for size in 16 32 64 128 256 512; do [[ -e
"apps/desktop/resources/icon.iconset/${size}x${size}.png" ]] && install -Dm644
"apps/desktop/resources/icon.iconset/${size}x${size}.png"
"/app/share/icons/hicolor/${size}x${size}/apps/${FLATPAK_ID}.png"; done
- install -Dm644 apps/desktop/resources/icon.iconset/icon_512x512.png "/app/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png"

- install -Dm644 com.bitwarden.desktop.metainfo.xml
/app/share/metainfo/$FLATPAK_ID.metainfo.xml
Expand Down

0 comments on commit 1a5cd5f

Please sign in to comment.