mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Copyright",
|
|
"type": "shell",
|
|
"windows": {
|
|
"command": "python",
|
|
},
|
|
"linux": {
|
|
"command": "python3",
|
|
},
|
|
"osx": {
|
|
"command": "python3",
|
|
},
|
|
"args": [
|
|
"./Scripts/Copyright.py"
|
|
],
|
|
}
|
|
]
|
|
}
|