Skip to content

Commit 44ed28e

Browse files
committed
updating setup for @eirannejad 's port to modern IronPython
1 parent f47c1e4 commit 44ed28e

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)