4coder project builds a dev

This commit is contained in:
PS 2024-02-10 13:06:55 -08:00
parent 0d840d128e
commit 2a35691111
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ load_paths = {
commands = { commands = {
.build = { .out = "*compilation*", .footer_panel = true, .save_dirty_files = true, .build = { .out = "*compilation*", .footer_panel = true, .save_dirty_files = true,
.win = "code\\bin\\package.bat", .win = "code\\bin\\build.bat",
.linux = "./code/bin/package.sh", .linux = "./code/bin/package.sh",
.mac = "./code/bin/package.sh", }, .mac = "./code/bin/package.sh", },
.run = { .out = "*run*", .footer_panel = false, .save_dirty_files = false, .run = { .out = "*run*", .footer_panel = false, .save_dirty_files = false,