Skip to content

Commit d0e9406

Browse files
committed
Merged PR48 Merge and New Installer from Original Repo
2 parents f47c1e4 + 1fdd011 commit d0e9406

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
5.31 MB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ writing your Revit Addins - use this in combination with the [RevitLookup](https
2222

2323
## Installation
2424

25-
- [Installer for Autodesk Revit 2017](https://github.com/architecture-building-systems/revitpythonshell/releases/download/2017.03.07/2017.03.07_Setup_RevitPythonShell_2017.exe)
25+
- [Installer for Autodesk Revit 2017](https://github.com/architecture-building-systems/revitpythonshell/releases/download/2017.04.05/2017.04.05_Setup_RevitPythonShell_2017.exe)
2626
- [Installer for Autodesk Revit 2016](https://github.com/architecture-building-systems/revitpythonshell/releases/download/2017.03.07/2017.03.07_Setup_RevitPythonShell_2016.exe)
2727
- [Installer for Autodesk Revit 2015](https://github.com/architecture-building-systems/revitpythonshell/releases/download/2017.03.07/2017.03.07_Setup_RevitPythonShell_2015.exe)
2828

Setup_RevitPythonShell_2017.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Source: "RevitPythonShell\bin\Debug 2017\PythonConsoleControl.dll"; DestDir: "{app}"; Flags: replacesameversion
33
Source: "RevitPythonShell\bin\Debug 2017\RevitPythonShell.dll"; DestDir: "{app}"; Flags: replacesameversion
44
Source: "RevitPythonShell\bin\Debug 2017\RpsRuntime.dll"; DestDir: "{app}"; Flags: replacesameversion
5-
Source: "RequiredLibraries\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
5+
Source: "packages\AvalonEdit.5.0.3\lib\Net40\ICSharpCode.AvalonEdit.dll"; DestDir: "{app}"
66
Source: "RequiredLibraries\IronPython.dll"; DestDir: "{app}"
77
Source: "RequiredLibraries\IronPython.Modules.dll"; DestDir: "{app}"
88
Source: "RequiredLibraries\Microsoft.Scripting.Metadata.dll"; DestDir: "{app}"

0 commit comments

Comments
 (0)