Can you package and msi from a linux machine? When I try it seems like it’s processing the DMG settings, and looking for my mac signing certificate, which isn’t there, but that’s ok as I’m not trying to build a DMG.
✅ 1
b
Big Chungus
09/22/2021, 9:47 PM
Nope. You can only ever build windows on windows.
Big Chungus
09/22/2021, 9:47 PM
You can cross compile linux on mac and windows in some cases, but not the deb
Big Chungus
09/22/2021, 9:48 PM
Pro tip, use gh actions for this. They have runners for all three hosts.
m
Michael Paus
09/23/2021, 8:36 AM
The problem is not so much the compiling. The problem is that the packaging toos are not available. E.g., on Windows you need the WIX tools (https://wixtoolset.org/) which are simply not available on Mac or Linux.