Similarity: buildVersion, buildNumber, process.env.BUILD_NUMBER etc on different platforms
See original GitHub issue- Version: 22.6.1
- Electron Version: -
- Electron Type (current, beta, nightly): -
- Target: any
There are some options related to build version/number:
- macOS: uses
buildVersion
andbundleVersion
- Windows: uses
BUILD_NUMBER
andsetBuildNumber
flag in different way https://github.com/electron-userland/electron-builder/blob/f938de5aae09cb832a6f7f742e64a0d6c025fb9f/packages/app-builder-lib/src/appInfo.ts#L41-L47 - Linux: doesn’t use
buildVersion
https://github.com/electron-userland/electron-builder/issues/4720
It would be nice to have ability to set option buildVersion
for each OS.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Getting a build numer/version available in process.env ...
Is there anyway to get a build number into your process.env variable so it can be used in things like sentry error logging...
Read more >App Version · Issue #2466 · facebook/create-react-app - GitHub
Hi, I'm looking for a way to inject an app version, so it could be used by the app (for analytics, debugging, etc)....
Read more >How can I associate artifact versions with a specific Jenkins ...
First, we recommend that version numbers be generated and updated by your build process. Semantic versioning is a common scheme, widely accepted in...
Read more >Build and Version Numbering for Java Projects (ant, cvs ...
The Ant build script puts the build number in the manifest file of jar/war files that are created during the build. Applies to...
Read more >What is the difference between build, version, revision ... - Quora
Consider a complete version number like 8.3.2.37. The first group (before the first period) is the release number. A release introduces major new...
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
Yes, still relevant
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.