Browse Source

Added 'files' property to own manifest

pull/44/head
Anairkoen Schno 4 years ago
parent
commit
96fe5b0b97
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      IPA.Loader/Loader/manifest.json

+ 10
- 1
IPA.Loader/Loader/manifest.json View File

@ -22,5 +22,14 @@
"project-home": "https://beat-saber-modding-group.github.io/BeatSaber-IPA-Reloaded/index.html",
"project-source": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded",
"donate": "https://ko-fi.com/danike"
}
},
"files": [
"IPA.exe",
"winhttp.dll",
"Libs/0Harmony.dll",
"Libs/Ionic.Zip.dll",
"Libs/Newtonsoft.Json.dll",
"Libs/Mono.Cecil.dll",
"Libs/SemVer.dll"
]
}

Loading…
Cancel
Save