Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amzd/vsdep
GitHub action to copy vintage story dependencies to a specified path to help compilation of mods on CI
https://github.com/amzd/vsdep
Last synced: about 1 month ago
JSON representation
GitHub action to copy vintage story dependencies to a specified path to help compilation of mods on CI
- Host: GitHub
- URL: https://github.com/amzd/vsdep
- Owner: Amzd
- Created: 2023-08-21T11:36:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:31:28.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:26:33.350Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Dependencies
This action copies the dlls from vintage story to the specified path which allows for compilation of mods on CI.
These dlls are not mine and this is just a partial reupload of the vintage story game to facilitate modders. In case this is not desired and you are the copyright holder, contact me to take this down.
This is a proof of concept. See https://github.com/Amzd/vsmods for usage.
# Usage
Currently only works on linux as `./file.sh` doesn't work on windows?
```yaml
steps:
- name: Add VS dependencies
uses: Amzd/vsdep@v1
with:
version: 1.18.8
vspath: /usr/share/vintagestory # Where to put the dlls. This depends on what path you use in your csproj file
```# TODO:
- This should probably download the dlls straight from vintagestory.at instead of requiring someone to upload them?
- How to do mod dependencies?