Browse Source

switch to default profile

master
Mar Alegre 3 years ago
parent
commit
6c82456215
  1. 2
      src/Valheim.ahk

2
src/Valheim.ahk

@ -7,7 +7,7 @@
#Include ../lib/HoldRepeat.ahk
; Make this a wrapper script
WrapperPath := Format("C:\Program Files (x86)\Steam\steam.exe -applaunch 892970 --doorstop-enable true --doorstop-target {1}\r2modmanPlus-local\Valheim\profiles\Medusa\BepInEx\core\BepInEx.Preloader.dll",A_AppData)
WrapperPath := Format("C:\Program Files (x86)\Steam\steam.exe -applaunch 892970 --doorstop-enable true --doorstop-target {1}\r2modmanPlus-local\Valheim\profiles\Default\BepInEx\core\BepInEx.Preloader.dll",A_AppData)
WrapperWindow:="Valheim"
#Include ../lib/Wrapper.ahk

Loading…
Cancel
Save