diff options
Diffstat (limited to 'scripts/build-lolhtml.ps1')
-rw-r--r-- | scripts/build-lolhtml.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-lolhtml.ps1 b/scripts/build-lolhtml.ps1 index e7ee42fa0..dc3ca456e 100644 --- a/scripts/build-lolhtml.ps1 +++ b/scripts/build-lolhtml.ps1 @@ -8,4 +8,4 @@ try { Copy-Item target/x86_64-pc-windows-msvc/release/lolhtml.lib $BUN_DEPS_OUT_DIR Copy-Item target/x86_64-pc-windows-msvc/release/lolhtml.pdb $BUN_DEPS_OUT_DIR Write-Host "-> lolhtml.lib" -} finally { Pop-Location }
\ No newline at end of file +} finally { Pop-Location } |