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 4, 2024
1 parent d8f01ba commit 659daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_mod_merger.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ if (Test-LongPath -Path $gameSavedPath) {
$pakDir = [System.IO.Path]::Combine($installPath,"Stalker2\Content\Paks")
$modFolder = [System.IO.Path]::Combine($pakDir,"~mods")
#write the game path
$installPath | Out-File $gameSavedPath
$installPath.FullName | Out-File $gameSavedPath
Write-Output "Game path saved"
} else {
Write-Host "No folder selected. Exiting script." -ForegroundColor Red
Expand Down

0 comments on commit 659daa6

Please sign in to comment.