Skip to content

Commit d514aa9

Browse files
committed
AppVeyor settings update
TODO: insert token!!!
1 parent 04a3ca4 commit d514aa9

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/vxccu3mfu33sp04i?svg=true)](https://ci.appveyor.com/project/Xottab-DUTY/xray-16)
1+
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/16mp39v0d7fts6yf?svg=true)](https://ci.appveyor.com/project/OpenXRay/xray-16)
22
==========================
33

44
This repository contains X-Ray Engine sources based on version 1.6.02.

appveyor.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ image:
77
- Previous Visual Studio 2017
88
configuration:
99
- Debug
10-
- Release
1110
- Mixed
11+
- Release
1212
platform:
1313
- x64
1414
- x86
@@ -22,25 +22,25 @@ after_build:
2222
- cmd: xrbuild.cmd
2323
test: off
2424
artifacts:
25-
- path: res/xdOpenXRay.Dx86.7z
26-
name: xdOpenXRay.Dx86.7z
27-
- path: res/xdOpenXRay.Dx64.7z
28-
name: xdOpenXRay.Dx64.7z
29-
- path: res/xdOpenXRay.Mx86.7z
30-
name: xdOpenXRay.Mx86.7z
31-
- path: res/xdOpenXRay.Mx64.7z
32-
name: xdOpenXRay.Mx64.7z
33-
- path: res/xdOpenXRay.Rx86.7z
34-
name: xdOpenXRay.Rx86.7z
35-
- path: res/xdOpenXRay.Rx64.7z
36-
name: xdOpenXRay.Rx64.7z
25+
- path: res/OpenXRay.Dx86.7z
26+
name: OpenXRay.Dx86.7z
27+
- path: res/OpenXRay.Dx64.7z
28+
name: OpenXRay.Dx64.7z
29+
- path: res/OpenXRay.Mx86.7z
30+
name: OpenXRay.Mx86.7z
31+
- path: res/OpenXRay.Mx64.7z
32+
name: OpenXRay.Mx64.7z
33+
- path: res/OpenXRay.Rx86.7z
34+
name: OpenXRay.Rx86.7z
35+
- path: res/OpenXRay.Rx64.7z
36+
name: OpenXRay.Rx64.7z
3737
deploy:
3838
- provider: GitHub
39-
tag: xd$(appveyor_build_version)
40-
release: xdOpenXRay (build $(appveyor_build_version))
39+
tag: $(appveyor_build_version)
40+
release: OpenXRay (build $(appveyor_build_version))
4141
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
4242
auth_token:
43-
secure: UAusA7Nky/sPD8phs1KqV7T0FipjuVgYIioj41JnPjYAX7HMPGe293sdXYM0qjPd
44-
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
43+
secure: insert_token_here
44+
artifact: OpenXRay.Dx86.7z, OpenXRay.Dx64.7z, OpenXRay.Mx86.7z, OpenXRay.Mx64.7z, OpenXRay.Rx86.7z, OpenXRay.Rx64.7z
4545
draft: true
4646
force_update: true

xrbuild.cmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd ..\..\..\
1818
copy License.txt .\res\
1919
copy README.md .\res\
2020
cd res\
21-
7z a xdOpenXRay.Dx86.7z .\*
21+
7z a OpenXRay.Dx86.7z .\*
2222
goto :END
2323

2424
:DX64
@@ -29,7 +29,7 @@ cd ..\..\..\
2929
copy License.txt .\res\
3030
copy README.md .\res\
3131
cd res\
32-
7z a xdOpenXRay.Dx64.7z .\*
32+
7z a OpenXRay.Dx64.7z .\*
3333
goto :END
3434

3535
:MX86
@@ -40,7 +40,7 @@ cd ..\..\..\
4040
copy License.txt .\res\
4141
copy README.md .\res\
4242
cd res\
43-
7z a xdOpenXRay.Mx86.7z .\*
43+
7z a OpenXRay.Mx86.7z .\*
4444
goto :END
4545

4646
:MX64
@@ -51,7 +51,7 @@ cd ..\..\..\
5151
copy License.txt .\res\
5252
copy README.md .\res\
5353
cd res\
54-
7z a xdOpenXRay.Mx64.7z .\*
54+
7z a OpenXRay.Mx64.7z .\*
5555
goto :END
5656

5757
:RX86
@@ -62,7 +62,7 @@ cd ..\..\..\
6262
copy License.txt .\res\
6363
copy README.md .\res\
6464
cd res\
65-
7z a xdOpenXRay.Rx86.7z .\*
65+
7z a OpenXRay.Rx86.7z .\*
6666
goto :END
6767

6868
:RX64
@@ -73,7 +73,7 @@ cd ..\..\..\
7373
copy License.txt .\res\
7474
copy README.md .\res\
7575
cd res\
76-
7z a xdOpenXRay.Rx64.7z .\*
76+
7z a OpenXRay.Rx64.7z .\*
7777
goto :END
7878

7979
:END

0 commit comments

Comments
 (0)