Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Dec 2, 2024
1 parent efc68ec commit 87396aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/psrhub.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function bundle_psrhub(
Log.info("PSRHUB: Renaming psrhub.exe to $target.exe")
mv(joinpath(build_path, "psrhub.exe"), joinpath(build_path, "$target.exe"), force = true)

Log.info("PSRHUB: Creating $target.bat")
open(joinpath(build_path, "$target.bat"), "w") do io
Log.info("PSRHUB: Creating $target-debug.bat")
open(joinpath(build_path, "$target-debug.bat"), "w") do io
writeln(io, "$target.exe > psrhub.log 2>&1")
return nothing
end
Expand Down

0 comments on commit 87396aa

Please sign in to comment.