Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Nov 26, 2024
1 parent 75a2188 commit 417d354
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
platform: [Win32]
buildtype: [Release]

steps:
Expand All @@ -24,14 +23,14 @@ jobs:
- name: Configure build
shell: cmd
run: ./premake5.bat
- name: Build xrd
- name: Build XboxRainDroplets
shell: cmd
run: msbuild -m build/${{github.event.repository.name}}.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
- name: Build xrd11
run: msbuild -m build/${{github.event.repository.name}}.sln /property:Configuration=${{matrix.buildtype}}
- name: Build XboxRainDropletsWrapper
shell: cmd
run: |
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=Win32
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=Win64
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=x64
- name: Download Ultimate ASI Loader x86
uses: robinraju/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
- ps: >-
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=Win32
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=Win64
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=Release /property:Platform=x64
Start-FileDownload https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/Win32-latest/version-Win32.zip
Expand Down Expand Up @@ -47,4 +47,4 @@ before_package:
release.bat
after_build:
- ps: Get-ChildItem .\bin\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\bin\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ Various ini settings allow to customize the appearance and can be edited while i

[![[MaxPayne2] Xbox Rain Droplets Mod](https://img.youtube.com/vi/wodoq5-YPYc/maxresdefault.jpg)](https://www.youtube.com/watch?v=wodoq5-YPYc)

## GTA San Andreas The Definitive Edition - [Download Link](https://github.com/ThirteenAG/XboxRainDroplets/releases/tag/gtasade)

#### Screen:

![scb](https://github.com/user-attachments/assets/af077a90-a75f-4e28-bca0-5ecd0b194ce3)

## Other

More plugins available on [appveyor artifacts page](https://ci.appveyor.com/project/ThirteenAG/xboxraindroplets/build/artifacts), but they are incomplete. It is not recommended to use them.

0 comments on commit 417d354

Please sign in to comment.