mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
updated appveyor file
This commit is contained in:
parent
2a9712b91f
commit
a47ea5136c
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@ build_script:
|
||||||
|
|
||||||
cp release/chatterino.exe Chatterino2/
|
cp release/chatterino.exe Chatterino2/
|
||||||
|
|
||||||
|
echo nightly > Chatterino2/modes
|
||||||
|
|
||||||
7z a chatterino-windows-x86-64.zip Chatterino2/
|
7z a chatterino-windows-x86-64.zip Chatterino2/
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build/chatterino-windows-x86-64.zip
|
- path: build/chatterino-windows-x86-64.zip
|
||||||
|
@ -48,7 +50,7 @@ deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: nightly-build
|
tag: nightly-build
|
||||||
release: nightly-build
|
release: nightly-build
|
||||||
description: 'nightly v$(appveyor_build_version) built $(APPVEYOR_REPO_COMMIT_TIMESTAMP)\nLast change: $(APPVEYOR_REPO_COMMIT_MESSAGE) \n$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)'
|
description: 'nightly v$(appveyor_build_version) built 👉 $(APPVEYOR_REPO_COMMIT_TIMESTAMP) 👈\nLast change: $(APPVEYOR_REPO_COMMIT_MESSAGE) \n$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)'
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: sAJzAbiQSsYZLT+byDar9u61X0E9o35anaPMSFkOzdHeDFHjx1kW4cDP/4EEbxhx
|
secure: sAJzAbiQSsYZLT+byDar9u61X0E9o35anaPMSFkOzdHeDFHjx1kW4cDP/4EEbxhx
|
||||||
repository: Chatterino/chatterino2
|
repository: Chatterino/chatterino2
|
||||||
|
|
Loading…
Reference in a new issue