changing icon for windows on Mac

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By noonewon4

I Followed Changing icon

it doesn’t work since wine is no longer support 32bits
I have Mac OS Catalina

is it possible to find another way to change icon for windows on Mac?

:bust_in_silhouette: Reply From: bruvzg

it doesn’t work since wine is no longer support 32bits

64-bit Wine works fine on Catalina, download and extract “Tarball for Wine (32 + 64-bit)” from official site or install it via homebrew, and set path in the Editor Settings→Export→Windows→Wine to the {PATH}/wine64 instead of {PATH}/wine and use 64-bit rcedit.

Where did you find an official 64-bit WINE download? The wiki page says macOS 10.15 isn’t supported.

I’m working on updating the documentation, so pointers would be appreciated :slight_smile:

Calinou | 2020-10-09 13:01

Wiki page says it’s not supported cause 32-bit part won’t work, but wine64 from any of installers or (32 + 64-bit) tars on Index of /wine-builds/macosx will work and run 64-bit apps if it’s called directly.

bruvzg | 2020-10-09 13:07

i solved it

here’s what i did

  1. Download " Tarball for “Wine Stable” (32 + 64-bit) "
    from Index of /wine-builds/macosx

  2. Unzip " portable-winehq-stable-5.0-osx64.tar.gz "
    (it shows you usr File )

  3. open godot engine and Editor → Editor Settings → Export → Windows
    ( i used Godot 3.2.3 )

  4. Click Open File of Wine and Select
    usr/bin/wine64
    (which you " unzip portable-winehq-stable-5.0-osx64.tar.gz " )

noonewon4 | 2020-10-09 15:45