diff --git a/appveyor.yml b/appveyor.yml index 01d201fc..1b671850 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.{build}.0 +version: 0.0.0.{build} clone_depth: 1 diff --git a/scripts/generate-installers.bat b/scripts/generate-installers.bat index f6e931e2..379e364a 100644 --- a/scripts/generate-installers.bat +++ b/scripts/generate-installers.bat @@ -12,11 +12,6 @@ if /I "%BUILD_CONFIG%"=="debug" ( ) else ( if /I "%BUILD_CONFIG%"=="release" ( set BUILD_CONFIG=release - - if /I "%APPVEYOR%"=="True" ( - echo Stamping with AppVeyor version: %APPVEYOR_BUILD_VERSION% - echo | set /p dummyName="%APPVEYOR_BUILD_VERSION%" > app\version.txt - ) ) else ( if /I "%BUILD_CONFIG%"=="signed-release" ( set BUILD_CONFIG=release diff --git a/wix/Moonlight/Product.wxs b/wix/Moonlight/Product.wxs index 53e92b9f..f306eeb8 100644 --- a/wix/Moonlight/Product.wxs +++ b/wix/Moonlight/Product.wxs @@ -1,21 +1,11 @@ - - - - - - - - - - - + + UpgradeCode="5c09f94e-f809-4c6a-9b7b-597c99f041fe"> @@ -72,7 +62,7 @@ WorkingDirectory="INSTALLFOLDER" /> - + @@ -84,7 +74,7 @@ WorkingDirectory="INSTALLFOLDER" /> - - - - - - - - - - - - - - + - +