Separate build for stores with help of flag
See original GitHub issueThat’s not a bug, but a feature request which I can help to implement if we will agree on details. So, my proposal is to make a flag, something like storeBuild
. This flag will build a separate store version for macOS and Windows after a normal build.
As of macOS needs hardenedRuntine
to be false
for the macOS app store, and for Windows app shouldn’t be signed (right now I’m dealing with this as I described here - https://github.com/electron-userland/electron-builder/issues/4923). As a result of storeBuild: true
build process will create one more build for the store and will disable signature for Windows and will set hardenedRuntine
to false
for macOS.
Hope this makes sense, thanks!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Where to Store Feature Flags - Configuration Files vs ...
In this part of our series, we will be looking at the different ways feature flags can be stored based on which category...
Read more >Feature Flags: Build vs. Buy - Split Help Center
Once the benefit of feature flags are proven, ... This build vs. buy guide walks through the typical progression of an in-house solution....
Read more >Feature Flags: Should I Build or Buy? - Harness
Feature flags are primed to help with all these problems by letting you separate deployment from release, letting you work dark behind flags...
Read more >Feature Flags: The Hidden Switch Behind Continuous ...
Feature flags allows you to ship code more frequently, test on production, and wow your users by revealing the feature at the right...
Read more >Feature Flags: Should I Build or Buy? | Cloudbees Blog
Building quality software requires finding ways to simplify the development process. Feature flags, also known as feature toggles, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Up