4coder project builds a dev
This commit is contained in:
parent
0d840d128e
commit
2a35691111
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue