Skip to content

Commit 5ad9ff6

Browse files
Fix installer
1 parent 66ccc30 commit 5ad9ff6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

installer/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def install(path):
7474
for release in requests.get(POLYMOD).json():
7575
if release["prerelease"] and not prerelease_checkbox.get(): continue
7676
latest = release
77+
break
7778
open(path + "/BepInEx/plugins/PolyMod.dll", "wb").write(
7879
requests.get(latest["assets"][0]["browser_download_url"]).content
7980
)

0 commit comments

Comments
 (0)