minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.84k stars 695 forks source link

Help | Build for Debian from Windows #2146

Closed F1dg3tXD closed 1 year ago

F1dg3tXD commented 1 year ago

How do I build a Debian package from windows?

PalmerAL commented 1 year ago

I'm not sure to be honest, what happens when you try to run the command?

In general, cross-compilation doesn't work very well - is it possible for you to build the package on a Linux machine? You could also use Github Actions, which is how I build the official releases: https://github.com/minbrowser/min/blob/master/.github/workflows/build-packages.yml

F1dg3tXD commented 1 year ago

I've tried both Mac os building and Linux building, and neither of them works. It gives the unknown argument error "packageName" which is apparently a problem with the package.json.

F1dg3tXD commented 1 year ago

I've successfully built Linux packages with GitHub actions. It seems that the GitHub environment has NPM configured correctly.