Replies: 1 comment 3 replies
-
Hi @g-bougard For this to be done correctly, the I just committed an example of this to my branch feat/external-version. Also, I included the files in the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @redddcyclone,
I've a simple question. What's the best process to change the version of the exe ?
Is this just editing the
VS_VERSION_INFO VERSIONINFO
section from theGLPI-AgentMontior.rc
file before the build or is there a simpler way to change it on the fly like providing a define option to msbuild ?My concern is just to know if I can set it during the build workflow so I can eventually update it before the build. For example, if I tag a commit with
1.0.1
to build a new version to be signed with our future not expired SSL code-signing certificate, I would to just trigger a new build without needing to change the code.For now, my idea is to create a
version.h
which should be included byGLPI-AgentMontior.rc
. I'll try this way in a dedicated branch.Beta Was this translation helpful? Give feedback.
All reactions