David Blume's GitList
Repositories
dxb_channel.git
Code
Commits
Branches
Tags
Search
Tree:
ba02c2f
Branches
Tags
main
dxb_channel.git
dxb_channel.sublime-project
Add a certificates file to promote the failed request from -60 CURLE_SSL_CACERT to 400 Bad Request
David Blume
commited
ba02c2f
at 2020-03-12 16:42:28
dxb_channel.sublime-project
Blame
History
Raw
{ "build_systems": [ { "name": "Run", "linux": { "shell_cmd": "make all", }, "working_dir": "$project_path" }, { "name": "Zip", "working_dir": "$project_path", "windows": { "cmd": "\"C:\\Program Files\\7-Zip\\7z.exe\" a -tzip \"$project_base_name.zip\" manifest source components images certificates" }, "osx": { "shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.* components/*.* images/*.* certifcates/*.*" }, "linux": { "shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.* components/*.* images/*.* certificates/*.*" } } ], "folders": [ { "path": ".", "file_exclude_patterns": [ "tags", "*.zip", "*.sublime-project" ], "folder_exclude_patterns": [ "obj" ], } ] }