How to use jdeploy for a company private application? #327
Replies: 2 comments
-
|
Is it private like you don't want the public to be able to download at all? (eg even as an artifact of a github release? i'm slowly moving toward supporting features like this, and i'm interested in hearing more about your use case. Some things i've considered are, private github repository, or private npm repo / and require the user to use a token to install the app. Alternatively, providing for self hosting. |
Beta Was this translation helpful? Give feedback.
-
Indeed. This is for an internal desktop tool. I basically just want a generated installer. So in a private repo, I would add a GitHub action that takes the built JAR file and bundles it with a JVM into an installer. That installer is added to the build artifacts, or could be attached to a release as an artifact. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just learned about jdeploy and looks very interesting. But I don't want our company private application to show up on www.jdeploy.com. Can I still use jdeploy? Ideally, I just want a GitHub action that builds the installers and attaches them to the build as artifacts.
Beta Was this translation helpful? Give feedback.
All reactions