Skip to content

Commit 5d5cc1f

Browse files
Dtt
1 parent 22b1b17 commit 5d5cc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

darwinconf.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ darwin.add_recipe({
1515

1616
function zip_build()
1717
os.execute("zip -r release/CWebStudioFirmware.zip dependencies docs build src")
18-
end
18+
end
1919

2020
darwin.add_recipe({
2121
name="zip",
2222
inputs={"dependencies","docs","build","src"},
2323
description="make a zip file of the project",
2424
outs={"release/CWebStudioFirmware.zip"},
2525
callback=zip_build
26-
})
26+
})

0 commit comments

Comments
 (0)