diff --git a/AppVeyor/appveyor.yml b/AppVeyor/appveyor.yml index 35f5510c2..9edca235b 100644 --- a/AppVeyor/appveyor.yml +++ b/AppVeyor/appveyor.yml @@ -1,4 +1,4 @@ -version: 11.2.1.{build} +version: $(AppVersion).{build} image: Visual Studio 2015 configuration: - Release diff --git a/AppVeyor/install.ps1 b/AppVeyor/install.ps1 index a0f6cd551..06623b1b1 100644 --- a/AppVeyor/install.ps1 +++ b/AppVeyor/install.ps1 @@ -4,4 +4,7 @@ if ($match.Success) { $env:AppVersion = $match.Groups[1].Value } -Write-Host "Test: ShareX $env:AppVersion" \ No newline at end of file +else +{ + $env:AppVersion = "1.0.0" +} \ No newline at end of file