Skip to content

Commit

Permalink
Fixed BepInEx arch on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Feb 13, 2024
1 parent 76d31a1 commit afd556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tasks.register('downloadBepInExUnix', Download) {
}

tasks.register('downloadBepInExWin', Download) {
src "https://github.com/BepInEx/BepInEx/releases/download/v${project.property('BepInExVersion')}/BepInEx_x64_${project.property('BepInExVersion')}.0.zip"
src "https://github.com/BepInEx/BepInEx/releases/download/v${project.property('BepInExVersion')}/BepInEx_x86_${project.property('BepInExVersion')}.0.zip"
dest "$buildDir/BepInExWin.zip"
overwrite false
}
Expand Down

0 comments on commit afd556d

Please sign in to comment.