forked from ThirteenAG/Ultimate-ASI-Loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
46 lines (45 loc) · 1.89 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 5.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2022
configuration: Release
install:
- cmd: >-
git submodule update --init --recursive
premake5.bat
build:
project: build/Ultimate-ASI-Loader-Win32.sln
verbosity: minimal
before_package:
- cmd: msbuild.exe build/Ultimate-ASI-Loader-x64.sln /t:Build /p:Configuration=Release;Platform=x64
after_build:
- cmd: release.bat
artifacts:
- path: bin\Ultimate-ASI-Loader.zip
name: Ultimate-ASI-Loader.zip
- path: bin\Ultimate-ASI-Loader_x64.zip
name: Ultimate-ASI-Loader_x64.zip
- path: bin\RE7Demo.InfiniteAmmo.zip
name: RE7Demo.InfiniteAmmo.zip
- path: bin\MessageBox_x64.zip
name: MessageBox_x64.zip
- path: bin\OverloadFromFolderDLL_x64.zip
name: OverloadFromFolderDLL_x64.zip
- path: bin\ExeUnprotect.zip
name: ExeUnprotect.zip
- path: bin\MessageBox.zip
name: MessageBox.zip
- path: bin\OverloadFromFolderDLL.zip
name: OverloadFromFolderDLL.zip
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
release: Ultimate ASI Loader v$(appveyor_build_version)
description: DESCRIPTION\n------------------------\nThis is a DLL file which adds ASI plugin loading functionality to any game, which uses any of the following libraries:\n* d3d8.dll\n* d3d9.dll\n* d3d11.dll\n* ddraw.dll\n* dinput.dll\n* dinput8.dll (x86 and x64)\n* dsound.dll (x86 and x64)\n* msacm32.dll\n* msvfw32.dll\n* version.dll (x86 and x64)\n* vorbisFile.dll\n* wininet.dll (x86 and x64)\n* winmm.dll (x86 and x64)\n* xlive.dll\n\n\nINSTALLATION\n------------------------\nIn order to install it, you just need to place DLL into game directory. Usually it works as dinput8.dll, but if it's not, there is a possibility to rename it(see the list of supported names above).
auth_token:
secure: ugbti+bXX/7zqu39OyiPxgRPd2pQn2FEV/12ABees2fHfpZob0tWXzqD/zSYmibJ
artifact: Ultimate-ASI-Loader.zip, Ultimate-ASI-Loader_x64.zip
on:
branch: master