-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from Baldrax/release_prep
Release prep
- Loading branch information
Showing
6 changed files
with
747 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mainMenu> | ||
<menuBar> | ||
<subMenu id="htg_submenu"> | ||
<label>TaleSpire</label> | ||
|
||
<scriptItem> | ||
<label>Check for Updates</label> | ||
<scriptPath>$HTG_BASEDIR/scripts/python/htg/install_update.py</scriptPath> | ||
</scriptItem> | ||
</subMenu> | ||
</menuBar> | ||
</mainMenu> |
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,7 @@ | ||
# Toolset Installation | ||
# | ||
# To run installation, launch Houdini, goto File->Run Script... | ||
# Select this file and click "Run" | ||
|
||
set base_dir = `strreplace($arg0, "/install.cmd", "")` | ||
python ${base_dir}/scripts/python/htg/install_update.py $base_dir |
Binary file not shown.
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
Oops, something went wrong.