Franklin
03/22/2023, 10:30 AMJAVA_HOME
2. Changed dependency from compose.desktop.currentOs
to compose.desktop.macos_x64
And that seems to generate an Intel app. Just tried on my old laptop and seems to work.
I guess this question is just here for posterity now.mikehearn
03/22/2023, 11:12 AMconveyor -Kapp.machines=mac.amd64 make notarized-mac-zip
for example will give you a notarized x64 build on any OS that you run it on. change amd64
to aarch64
to get an ARM build from Intel.