Skip to content

Commit

Permalink
Setup CI for building and releasing mod
Browse files Browse the repository at this point in the history
  • Loading branch information
AmongUsafk authored May 17, 2024
1 parent e545035 commit ffedab8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/build_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"build": {
"path": "BepInEx/plugins"
},
"dependencies": {
"BepInEx": {
"download": "https://builds.bepinex.dev/projects/bepinex_be/688/BepInEx-Unity.IL2CPP-win-x86-6.0.0-be.688%2B4901521.zip",
"path": ".",
"unarchive": true
},
"Reactor": {
"download": "https://github.com/NuclearPowered/Reactor/releases/download/2.2.0/Reactor.dll",
"path": "BepInEx/plugins"
}
}
}

0 comments on commit ffedab8

Please sign in to comment.