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 |
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 |
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: