#Build application for other OS

12 messages · Page 1 of 1 (latest)

warm mulch
#

build on linux is possible for windows via wine i thinkj

#

however a better system is to use Github actions and use native runners to build your applications for other OSs in this instance

hollow wyvern
#

this might give some direction

#

Agreed with Tinkly though, we use CircleCI cloud with a lot of success

#

cloud ci/cd platform (also has local runners) that we use to build/deploy a mac/windows electron app

warm mulch
hollow wyvern
#

yeah

warm mulch
hollow wyvern
#

Yeah I’d start with that link tink sent for reference. I know a lot of people use gha. Been really happy with circleci, but no idea how their free tier compares.

#

pretty sure both have free tiers, but you’ll need to read the fine print

#

if this is a public github repo, might make more sense to try actions first