Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

How to build an executable? #36

Closed
Iquaridys opened this issue Jan 15, 2023 · 3 comments
Closed

How to build an executable? #36

Iquaridys opened this issue Jan 15, 2023 · 3 comments

Comments

@Iquaridys
Copy link

How to build or compile to .exe ?

@CanadaHonk
Copy link
Contributor

Building is currently a work in progress, you can likely currently use pre-existing solutions like pkg although it won't be as seamless.

@CanadaHonk CanadaHonk changed the title Noob ASK How to build an executable? Jan 18, 2023
@cadenzah
Copy link

cadenzah commented Feb 8, 2023

Hope we can meet this feature sooner or later

@CanadaHonk
Copy link
Contributor

Now out with Glugun (alpha): https://github.com/gluon-framework/glugun

Not that easy to use atm but you can currently:

  1. Clone Glugun repo
  2. npm install
  3. node . build ../path/to/your/gluon/app

It should generate native builds in out for your current platform, you can do --platforms all for all platforms as well. Still WIP.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants