Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trenly
VLC
Commits
fe259adb
Unverified
Commit
fe259adb
authored
2 years ago
by
Kaleb Luedtke
Browse files
Options
Downloads
Patches
Plain Diff
Set extra version number when building MSI
Revert ./include/vlc/libvlc_version.h.in
parent
cea941e9
No related branches found
No related tags found
No related merge requests found
Pipeline
#213769
passed with stage
in 11 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extras/package/win32/msi/config.wxi.in
+2
-1
2 additions, 1 deletion
extras/package/win32/msi/config.wxi.in
extras/package/win32/msi/product.wxs
+1
-3
1 addition, 3 deletions
extras/package/win32/msi/product.wxs
with
3 additions
and
4 deletions
extras/package/win32/msi/config.wxi.in
+
2
−
1
View file @
fe259adb
...
...
@@ -10,8 +10,9 @@
<?define VerMajor = "@VERSION_MAJOR@" ?>
<?define VerMinor = "@VERSION_MINOR@" ?>
<?define VerPatch = "@VERSION_REVISION@" ?>
<?define VerExtra = "@VERSION_EXTRA@" ?>
<?define Version = "$(var.VerMajor).$(var.VerMinor).$(var.VerPatch)" ?>
<?define VersionLong = "$(var.Version).
0
" ?>
<?define VersionLong = "$(var.Version).
$(var.VerExtra)
" ?>
<?define SourceDir = "vlc-@VERSION@" ?>
<!--<?define PluginsPath = "$(var.BinPath)\plugins" ?>
...
...
This diff is collapsed.
Click to expand it.
extras/package/win32/msi/product.wxs
+
1
−
3
View file @
fe259adb
...
...
@@ -25,7 +25,7 @@
xmlns:util=
"http://schemas.microsoft.com/wix/UtilExtension"
>
<Product
Id=
'*'
Name=
'$(var.ProductName)
$(var.Version) ($(var.PlatformString))
'
Name=
'$(var.ProductName)'
Language=
'1033'
Version=
'$(var.VersionLong)'
Manufacturer=
'$(var.Manufacturer)'
...
...
@@ -400,5 +400,3 @@
<ProgressText Action="RegisterAxvlc">Registering DirectX plugin...</ProgressText>
<ProgressText Action="UnregisterAxvlc">Removing DirectX plugin...</ProgressText>
-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment