-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow pass configuration to custom electron-publisher provider #3261
Comments
I just create a project that describe my problem: https://github.com/zalewskip123/electron-publisher-simple-http |
For what do you need simple http publisher if you can use https://www.minio.io? |
@develar We are doing not use minio or other cloud solutions at the moment. Anyway my current implementation is good enough 😉 for company purposes so if there will be more 👎 for this I will close this issue. |
Ok, if you want to use your own solution instead of deploy minio and understand what are you doing, issue makes sense. |
In terms of getting installer info dynamically, you could always try using file macros. |
…-publisher provider Close electron-userland#3261
is allowed now (upcoming 20.31.1). Any property is allowed under publish configuration if In addition to this, now you can put |
@develar this could be better documented because this totally opaque as far a the current docs go. Can you explain better for custom publishers? |
I still not known how to get build info in |
@jbool24 @BB-fat I've managed to come up with a minimum example (copying neccessary files to a folder). But yes this could be better documented. https://gist.github.com/layerssss/5d7b69c0f8c6e54e8b501e6e0fe36186 |
Hi.
I try to make custom electron-publisher provider and i have two problems:
Will not pass configuration validation.
I have almost working solution but everything is hard coded into it:
node_modules/electron-publisher-custom/index.js
package.json:
The text was updated successfully, but these errors were encountered: