Skip to content

Commit

Permalink
cross-platform update
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Mar 2, 2023
1 parent b9870b3 commit c706731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mw5-sync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (-not ${env:TEMP}) {
${env:TEMP} = "/tmp"
}

${env:PATH} += ";."
$env:PATH = '{0}{1}{2}' -f $env:PATH,[IO.Path]::PathSeparator,'.'

$UNPACK_DIR = Join-Path -Path (Join-Path -Path $MW5_DIR -ChildPath "MW5Mercs") -ChildPath "mods"
$DOWNLOAD_PATH = Join-Path -Path ${env:TEMP} -ChildPath "MW5Mercs_mod_downloads"
Expand Down

0 comments on commit c706731

Please sign in to comment.