Create unpackaged app

  • Create a self-contained directory and run the app from there:
conveyor run
  • Get the app into the output directory and take a look.
conveyor make app
conveyor make windows-app

One of the following for Intel/Apple Silicon Macs respectively:

conveyor -Kapp.machines=mac.amd64 make mac-app
conveyor -Kapp.machines=mac.aarch64 make mac-app
conveyor make linux-app