Skip to content

Commit

Permalink
Final touches automatic release (WalletWasabi#13406)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 16, 2024
1 parent bab1b6b commit 142ed38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Contrib/Assets/.DS_Store.dat
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mkdir -p $DEBIAN_USR/share/{applications,icons/hicolor}
# Copy icon files
for ICON_FILE in ./Contrib/Assets/WasabiLogo*.png; do
SIZE=$(echo "$ICON_FILE" | grep -oP '\d+')
ICON_DIR="$DEBIAN_USR/share/icons/hicolor/${SIZE}x${SIZE}/app"
ICON_DIR="$DEBIAN_USR/share/icons/hicolor/${SIZE}x${SIZE}/apps"
mkdir -p "$ICON_DIR"
cp "$ICON_FILE" "$ICON_DIR/$EXECUTABLE_NAME.png"
done
Expand Down

0 comments on commit 142ed38

Please sign in to comment.