mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
23 lines
472 B
Plaintext
Executable File
23 lines
472 B
Plaintext
Executable File
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"folder_exclude_patterns": [
|
|
"var"
|
|
]
|
|
}
|
|
],
|
|
"build_systems":
|
|
[
|
|
{
|
|
"name": "Build evernote-import",
|
|
"shell_cmd": "D:\\Programmes\\cygwin\\bin\\bash.exe --login D:\\Web\\www\\joplin\\QtClient\\evernote-import\\build.sh"
|
|
},
|
|
{
|
|
"name": "Build QtClient CLI - Linux",
|
|
"shell_cmd": "/home/laurent/src/notes/QtClient/JoplinQtClient/build.sh"
|
|
}
|
|
]
|
|
}
|