Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Nov 12, 2023
1 parent 0a10c4b commit c3e5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createqmod.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ foreach ($lib in $modJson.libraryFiles)
$path = "./extern/libs/" + $lib
if (-not (Test-Path $path))
{
$path = "./build/`" + $lib
$path = "./build/" + $lib
}
$filelist += $path
}
Expand Down

0 comments on commit c3e5407

Please sign in to comment.