mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add BepInEx installation
This commit is contained in:
@@ -103,6 +103,13 @@
|
||||
<button class="default-button" onclick="autoDetectGamePath()">Auto Detect</button>
|
||||
</div>
|
||||
<br>
|
||||
<h2>BepInEx</h2>
|
||||
<p class="transparent-text">BepInEx V1.0.0 is installed</p>
|
||||
<div class="horizontal-div">
|
||||
<button class="default-button" onclick="installBepinex()">Install</button>
|
||||
<button class="important-button" onclick="uninstallBepinex()">Uninstall</button>
|
||||
</div>
|
||||
<br>
|
||||
<h2>Import/Export</h2>
|
||||
<div class="horizontal-div">
|
||||
<button class="default-button" onclick="importData()">Import Data</button>
|
||||
|
||||
@@ -115,4 +115,12 @@ async function importData() {
|
||||
|
||||
async function downloadMod() {
|
||||
console.log("WIP")
|
||||
}
|
||||
|
||||
async function installBepinex() {
|
||||
bepinex.install()
|
||||
}
|
||||
|
||||
async function uninstallBepinex() {
|
||||
console.log("WIP")
|
||||
}
|
||||
@@ -130,6 +130,7 @@ body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.silksong-path-input {
|
||||
|
||||
Reference in New Issue
Block a user