From 87396aaec5525f70bea10a4e4b9c599719f32cbe Mon Sep 17 00:00:00 2001 From: raphasampaio Date: Mon, 2 Dec 2024 11:29:27 -0300 Subject: [PATCH] Updated --- src/psrhub.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psrhub.jl b/src/psrhub.jl index 35513ac..122a672 100644 --- a/src/psrhub.jl +++ b/src/psrhub.jl @@ -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