Skip to content

Commit

Permalink
Add missing assets (WalletWasabi#13399)
Browse files Browse the repository at this point in the history
  • Loading branch information
lontivero authored Sep 16, 2024
1 parent ac7eaa0 commit b1e9c92
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file added Contrib/Assets/WasabiLogo.icns
Binary file not shown.
Binary file added Contrib/Assets/WasabiLogo16.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 Contrib/Assets/WasabiLogo24.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 Contrib/Assets/WasabiLogo256.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 Contrib/Assets/WasabiLogo32.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 Contrib/Assets/WasabiLogo48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ echo "#!/usr/bin/env sh
${INSTALL_DIR}/${EXECUTABLE_NAME}d \$@" > ${DEBIAN_BIN}/${EXECUTABLE_NAME}d

# Remove execution to everything except for executables and their wrapper scripts
sudo chmod -R 0644 ${DEBIAN_BIN}/wasabiwallet
sudo chmod 0775 ${DEBIAN_BIN}/wasabiwallet/${EXECUTABLE_NAME}{,d}
sudo chmod 0775 ${DEBIAN_BIN}/${EXECUTABLE_NAME}{,d}
sudo chmod -R 0655 ${DEBIAN_BIN}/wasabiwallet
sudo chmod 0755 ${DEBIAN_BIN}/wasabiwallet/${EXECUTABLE_NAME}{,d}
sudo chmod 0755 ${DEBIAN_BIN}/${EXECUTABLE_NAME}{,d}

# Build the .deb package
dpkg --build "${DEBIAN_PACKAGE_DIR}" "$PACKAGES_DIR/${PACKAGE_FILE_NAME_PREFIX}.deb"
Expand Down

0 comments on commit b1e9c92

Please sign in to comment.