Add fixes to updater and appveyor
This commit is contained in:
parent
7abeb6c2b9
commit
de72038a9d
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -32,10 +32,7 @@ namespace Toolbox
|
||||
latest.TargetCommitish,
|
||||
latest.Assets[0].UpdatedAt.ToString());
|
||||
|
||||
if (latest.TagName == "v0.8.89")
|
||||
return;
|
||||
|
||||
if (Runtime.ProgramVersion != latest.TagName)
|
||||
if (Runtime.CompileDate != latest.Assets[0].UpdatedAt.ToString())
|
||||
{
|
||||
CanUpdate = true;
|
||||
LatestRelease = latest;
|
||||
|
@ -1,3 +1,3 @@
|
||||
EXPERIMENTAL_v1.0r2.5_BETA
|
||||
EXPERIMENTAL_LATEST
|
||||
3/23/2019 1:40:02 PM +00:00
|
||||
master
|
||||
|
@ -8,7 +8,8 @@ build:
|
||||
verbosity: minimal
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
tag: EXPERIMENTAL_v1.0r2.5_BETA
|
||||
tag: EXPERIMENTAL_LATEST
|
||||
description: 'This is the latest build of the tool automatically built from the latest commit!\n\nMessage: $(APPVEYOR_REPO_COMMIT_MESSAGE)\n\n Timestamp: $(APPVEYOR_REPO_COMMIT_TIMESTAMP)'
|
||||
release: Experimental Release
|
||||
auth_token:
|
||||
secure: vDPwgMnjU54ZBjDmIfPNaES/JfhJBkj1yZ1kZwNf3ls8IUjPhVEWR2FDBVV0MySO
|
||||
|
Loading…
Reference in New Issue
Block a user