question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Separate build for stores with help of flag

See original GitHub issue

That’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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mahnunchikcommented, Nov 14, 2020

TKoNiRAJTeo

0reactions
AleshaOlegcommented, Jan 15, 2021

Up

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found