Created
July 21, 2020 02:13
-
-
Save deldersveld/f4d808d1a530045e12af22b58414792b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0", | |
"name": "[Tool Name]", | |
"description": "[Tool Description]", | |
"path": "C:\\[PATH TO PYTHON EXECUTABLE]\\python.exe", | |
"arguments": "C:/[PATH TO PYTHON SCRIPT].py \"%server%\" \"%database%\"", | |
"iconData": "data:image/png;base64,[YOUR BASE64 IMAGE CONTENT]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment