ba02c2fe86f1081e2fe1fc80a60761b1cf296dbc
David Blume first commit

David Blume authored 4 years ago

1) {
2) 	"build_systems":
3) 	[
4) 		{
5) 			"name": "Run",
6) 			"linux": {
7) 				"shell_cmd": "make all",
8) 			},
9) 			"working_dir": "$project_path"
10) 		},
11) 		{
12) 			"name": "Zip",
13) 			"working_dir": "$project_path",
14) 			"windows": {
David Blume Add a certificates file to...

David Blume authored 4 years ago

15) 				"cmd": "\"C:\\Program Files\\7-Zip\\7z.exe\" a -tzip \"$project_base_name.zip\" manifest source components images certificates"
David Blume first commit

David Blume authored 4 years ago

16) 			},
17) 			"osx": {
David Blume Add a certificates file to...

David Blume authored 4 years ago

18) 				"shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.* components/*.* images/*.* certifcates/*.*"
David Blume first commit

David Blume authored 4 years ago

19) 			},
20) 			"linux": {
David Blume Add a certificates file to...

David Blume authored 4 years ago

21) 				"shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.* components/*.* images/*.* certificates/*.*"