Skip to content

Commit

Permalink
Merge pull request #729 from nextcloud/fix/update-icons
Browse files Browse the repository at this point in the history
fix(tool,neon,neon_files,app): Update icons
  • Loading branch information
provokateurin authored Sep 7, 2023
2 parents 6dd441d + 902d553 commit 7abf6e0
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
Binary file modified packages/app/android/app/src/main/res/mipmap-hdpi/app_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/app/android/app/src/main/res/mipmap-mdpi/app_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/app/android/app/src/main/res/mipmap-xhdpi/app_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/app/android/app/src/main/res/mipmap-xxhdpi/app_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/app/android/app/src/main/res/mipmap-xxxhdpi/app_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/neon/neon/assets/icons/server/alarm.svg.vec
Binary file not shown.
Binary file removed packages/neon/neon/assets/icons/server/computer.svg.vec
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/neon/neon_files/assets/app.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: 3 additions & 1 deletion tool/generate-neon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ mkdir -p "$icons_dir"
shopt -s extglob
for file in external/nextcloud-server/{core/img/*,apps/*/img}/!(app|app-dark).svg; do
name="$(basename "$file" | sed "s/.svg$//" | sed "s/-dark$//" | sed "s/-white$//").svg"
cp -u "$file" "$icons_dir/$name"
if ! grep "<image " "$file"; then
cp -u "$file" "$icons_dir/$name"
fi
done

(
Expand Down

0 comments on commit 7abf6e0

Please sign in to comment.