Change the commandline
and icon
attribute in the .json to match where 3Snipe or the icon (respectively) are located. Then, add it as a profile. You do this by adding the profile to the end of the list. Make sure to remember commas.
Icon can be downloaded from https://drive.google.com/file/d/1pdSyYQNGHa_Weoc7vCN2cEL3IJVZVuAp/view?usp=sharing.
Created
August 7, 2020 23:12
-
-
Save overestimate/6a156fe2bb19ba38042c4efa58a75361 to your computer and use it in GitHub Desktop.
3Snipe for Windows Terminal
This file contains 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
{ | |
"profiles": { | |
"list": [ | |
{ | |
"guid": "{9a9b96bd-4503-4e45-8803-4415ebdd67bd}", //if this guid already exists use https://www.guidgenerator.com/ | |
"name": "3Snipe", | |
"commandline": "C:/users/tyler/3Snipe/3Snipe.exe", | |
"icon": "C:/users/tyler/3Snipe/3Snipe.png", | |
"hidden": false | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment