mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-20 10:44:37 +10:00
Setup: Use high version when doing local build
This way the build can be installed over existing older installation.
This commit is contained in:
@@ -7,7 +7,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
|
|||||||
rem git clean -dfx
|
rem git clean -dfx
|
||||||
|
|
||||||
rem Default version
|
rem Default version
|
||||||
set CS_VERSION=4.4.110
|
set CS_VERSION=4.4.1000
|
||||||
|
|
||||||
if defined APPVEYOR_BUILD_VERSION (
|
if defined APPVEYOR_BUILD_VERSION (
|
||||||
set CS_VERSION=%APPVEYOR_BUILD_VERSION%
|
set CS_VERSION=%APPVEYOR_BUILD_VERSION%
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ rem Clean repository and build fresh. Will erase current changes so disabled by
|
|||||||
rem git clean -dfx
|
rem git clean -dfx
|
||||||
|
|
||||||
rem Default version
|
rem Default version
|
||||||
set CS_VERSION=4.3.2
|
set CS_VERSION=4.4.1000
|
||||||
|
|
||||||
if defined APPVEYOR_BUILD_VERSION (
|
if defined APPVEYOR_BUILD_VERSION (
|
||||||
set CS_VERSION=%APPVEYOR_BUILD_VERSION%
|
set CS_VERSION=%APPVEYOR_BUILD_VERSION%
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Default product version to use if CS_VERSION environment variable is not defined -->
|
<!-- Default product version to use if CS_VERSION environment variable is not defined -->
|
||||||
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.3.2</CS_VERSION>
|
<CS_VERSION Condition="'$(CS_VERSION)'==''">4.4.1000</CS_VERSION>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
|
|||||||
Reference in New Issue
Block a user