File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ $version = (Get-Content "${release_directory}\..\Project\version.txt" -Raw).Trim
1616# -----------------------------------------------------------------------
1717# Cleanup
1818Push-Location - Path " ${release_directory} \..\..\zlib\contrib\vstudio\vc17"
19- MSBuild " /p:Configuration=Release;Platform=${arch} /t:Clean"
20- MSBuild " /p:Configuration=Debug;Platform=${arch} /t:Clean"
19+ MSBuild " /p:Configuration=Release;Platform=${arch} " " /t:Clean"
20+ MSBuild " /p:Configuration=Debug;Platform=${arch} " " /t:Clean"
2121Pop-Location
2222
2323Push-Location - Path " ${release_directory} \..\..\ZenLib\Project\MSVC2022\Library"
24- MSBuild " /p:Configuration=Release;Platform=${arch} /t:Clean"
25- MSBuild " /p:Configuration=Debug;Platform=${arch} /t:Clean"
24+ MSBuild " /p:Configuration=Release;Platform=${arch} " " /t:Clean"
25+ MSBuild " /p:Configuration=Debug;Platform=${arch} " " /t:Clean"
2626Pop-Location
2727
2828Push-Location - Path " ${release_directory} \..\Project\MSVC2022"
29- MSBuild " /p:Configuration=Release;Platform=${arch} /t:Clean"
30- MSBuild " /p:Configuration=Debug;Platform=${arch} /t:Clean"
29+ MSBuild " /p:Configuration=Release;Platform=${arch} " " /t:Clean"
30+ MSBuild " /p:Configuration=Debug;Platform=${arch} " " /t:Clean"
3131Pop-Location
3232
3333# -----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RequestExecutionLevel admin
44; Some defines
55!define PRODUCT_NAME " MediaInfo"
66!define PRODUCT_PUBLISHER " MediaArea.net"
7- !define PRODUCT_VERSION " 24.11 "
7+ !define PRODUCT_VERSION " 25.10 "
88!define PRODUCT_VERSION4 " ${PRODUCT_VERSION}.0.0"
99!define PRODUCT_WEB_SITE " http://MediaArea.net/MediaInfo"
1010!define COMPANY_REGISTRY " Software\MediaArea.net"
You can’t perform that action at this time.
0 commit comments