Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example using the build config #897

Open
MrMathias opened this issue May 11, 2021 · 1 comment
Open

Example using the build config #897

MrMathias opened this issue May 11, 2021 · 1 comment

Comments

@MrMathias
Copy link

I am attempting to run some of the configurations from #446 to achieve a signed binary on macos. However I am lacking a basic example of how to use/run these build configs.

I would love to see a concrete build config-example for the express-app, including how to run said configuration.

I guess the config would look something like this:

const { compile } = require('nexe')

compile({
  input: './index.js',
  build: false,
  patches: []
}).then(() => {
  console.log('success')
})

But I don't know where to put said script, or how to run it.

@MrMathias
Copy link
Author

@calebboyd Following your comment here regarding signing, do you maybe have a more current build config example for v3.3.7 or v4, that will surely pass strict validation when signing?

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

No branches or pull requests

1 participant