Skip to content

Commit

Permalink
Merge pull request WalletWasabi#12810 from soosr/fix-icons
Browse files Browse the repository at this point in the history
Fix icons
  • Loading branch information
RolandUI authored Apr 11, 2024
2 parents e47ebae + dfb1d31 commit d4e3460
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions WalletWasabi.Documentation/Guides/MacOsSigning.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@

## Changing the icon

- Wild specificaiton for the icon:
- 1024x1024 size
- 98px padding
- BoxShadow params: x:0, y:5, Blur:25, Spread:0, Color:000000, Transparency:50%
- https://github.com/zkSNACKs/WalletWasabi/issues/2951

## Changing the background of dmg installer
Expand All @@ -58,5 +62,6 @@
7. Set the version number in the following command and run it
9. `create-dmg --volname "Wasabi Wallet" --volicon "WasabiLogo.icns" --background "Logo_with_text_small.png" --window-pos 200 120 --window-size 600 440 --icon "Wasabi Wallet.app" 110 150 --app-drop-link 500 150 --hdiutil-verbose "Wasabi.dmg" "Wasabi Wallet.app/"`
11. Dmg file is created under wasabidmg
12. Copy the dmg to windows computer, extract(7zip) DS_Store file and copy it to `WalletWasabi\WalletWasabi.Packager\Content\Osx\Dmg\DS_Store.dat` - add the extension .dat to prevent macOs overwriting the file.
13. Now you can run the packager procedure
12. Copy the dmg to windows computer, extract(7zip) DS_Store file and copy it to `WalletWasabi\WalletWasabi.Packager\Content\Osx\Dmg\DS_Store.dat` - add the extension .dat to prevent macOs overwriting the file.
13. Copy the new background PNG to `WalletWasabi\WalletWasabi.Packager\Content\Osx\Dmg\.background`
14. Now you can run the packager procedure
Binary file modified WalletWasabi.Fluent.Desktop/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 modified WalletWasabi.Fluent.Desktop/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 modified WalletWasabi.Fluent.Desktop/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 modified WalletWasabi.Fluent.Desktop/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.
Binary file not shown.
Binary file modified WalletWasabi.Packager/Content/Osx/Dmg/.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.
Binary file modified WalletWasabi.Packager/Content/Osx/WasabiLogo.icns
Binary file not shown.

0 comments on commit d4e3460

Please sign in to comment.