Skip to content

Commit 4fb98ff

Browse files
authored
Merge pull request #49 from architecture-building-systems/pr/48
updating setup for @eirannejad 's port to modern IronPython
2 parents 9028b43 + 44ed28e commit 4fb98ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

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

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)