1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/joplin.sublime-project

23 lines
472 B
Plaintext
Raw Normal View History

2016-12-11 00:37:19 +02:00
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
"var"
]
}
2016-12-22 23:35:35 +02:00
],
"build_systems":
[
{
"name": "Build evernote-import",
"shell_cmd": "D:\\Programmes\\cygwin\\bin\\bash.exe --login D:\\Web\\www\\joplin\\QtClient\\evernote-import\\build.sh"
2017-01-31 22:19:03 +02:00
},
{
"name": "Build QtClient CLI - Linux",
"shell_cmd": "/home/laurent/src/notes/QtClient/JoplinQtClient/build.sh"
2016-12-22 23:35:35 +02:00
}
]
2016-12-11 00:37:19 +02:00
}