Skip to content

Commit

Permalink
disable auto-terminate app on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Jun 12, 2023
1 parent a54bf2c commit 65c3eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ task build_server, "builds server":

task build, "builds all":

echo staticExec "pkill FTT"
# echo staticExec "pkill FTT"
exec "nim build_server"
withDir(output_dir):
exec "chmod +x FTT"
Expand Down

0 comments on commit 65c3eec

Please sign in to comment.