-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add distro name and version information to each alias dict
This lets you look up version information for the alias the current hab configuration is using.
- Loading branch information
1 parent
53dc2eb
commit 1e5efcc
Showing
6 changed files
with
101 additions
and
14 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "all_settings", | ||
"version": "0.1.0.dev1", | ||
"aliases": { | ||
"windows": [ | ||
[ | ||
"maya", | ||
{ | ||
"cmd": "C:\\Program Files\\Autodesk\\Maya2020\\bin\\maya.exe", | ||
"distro": ["all_settings", "0.1.0"] | ||
} | ||
], | ||
[ | ||
"mayapy", | ||
{ | ||
"cmd": "C:\\Program Files\\Autodesk\\Maya2020\\bin\\mayapy.exe", | ||
"distro": ["all_settings", "0.1.0"] | ||
} | ||
] | ||
] | ||
} | ||
} |
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