Skip to content

Commit

Permalink
Merge pull request #2595 from nextcloud/fix/neon_framework/example-fl…
Browse files Browse the repository at this point in the history
…atpak-inverted-logo
  • Loading branch information
provokateurin authored Oct 28, 2024
2 parents 367603f + 0298996 commit d71c1a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/neon_framework/example/assets/logo_inverted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/neon_framework/example/de.provokateurin.neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ modules:
- cp -r flutter_assets icudtl.dat /app/nextcloud-neon/data/
- ln -sf /app/nextcloud-neon/nextcloud-neon /app/bin/nextcloud-neon
- install -Dm644 de.provokateurin.neon.desktop /app/share/applications/de.provokateurin.neon.desktop
- install -Dm644 logo.svg /app/share/icons/hicolor/scalable/apps/de.provokateurin.neon.svg
- install -Dm644 logo_inverted.svg /app/share/icons/hicolor/scalable/apps/de.provokateurin.neon.svg
sources:
- type: file
path: de.provokateurin.neon.desktop
- type: file
path: assets/logo.svg
path: assets/logo_inverted.svg
- type: file
only-arches: [x86_64]
path: build/linux/x64/release/bundle/nextcloud-neon
Expand Down
1 change: 1 addition & 0 deletions tool/generate-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ copy_app_svg talk external/nextcloud-spreed
precompile_assets
# Restore SVG logo
cp ../../../assets/logo.svg assets/logo.svg
cp ../../../assets/logo_inverted.svg assets/logo_inverted.svg
)

for path in packages/neon_framework/packages/*_app; do
Expand Down

0 comments on commit d71c1a9

Please sign in to comment.