You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
::Zips the dll into the correct directory structure for release
::Make sure to increment the version
set version=0.2
set name=HS2_BetterVR
IF EXIST "./bin/%name%/BepinEx/plugins/%name%.dll" "%ProgramFiles%\7-Zip\7z.exe" a -tzip "%HOMEPATH%/downloads/%name% v%version%.zip" "./bin/%name%/BepinEx" -mx0