Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanParadis authored Dec 5, 2024
1 parent ab03e81 commit 61d6a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simple_mod_merger.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,10 @@ if (Test-Path $gameSavedPath) {
}

$stalker2EXEPath = Join-Path -Path $installPath -ChildPath "Stalker2.exe"
$GamePassEXEPath = Join-Path -Path $installPath -ChildPath "gamelaunchhelper.exe"
if (-Not (Test-Path $stalker2EXEPath))
{
if (-Not (Test-Path $GamePassPath))
if (-Not (Test-Path $GamePassEXEPath))
{
Write-Host "Wrong folder selected. Select the folder with Stalker2.exe or gamelaunchhelper.exe (GamePass Version). Exiting script." -ForegroundColor Red
pause
Expand Down

0 comments on commit 61d6a24

Please sign in to comment.