Skip to content
Snippets Groups Projects
Commit d32d2acd authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Upgrade Octave version in Windows NSIS file

(cherry picked from commit 2a5ee626)
parent dc4204ef
Branches
Tags
No related merge requests found
......@@ -112,12 +112,12 @@ SectionGroupEnd
SectionGroup "MEX files for OCTAVE"
Section "MEX files for Octave 4.2.1 (MinGW, 64bit)"
Section "MEX files for Octave 4.4.0 (MinGW, 64bit)"
SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex ..\mex\octave\*.oct
SectionEnd
Section "MEX files for Octave 4.2.1 (MinGW, 32bit)"
Section "MEX files for Octave 4.4.0 (MinGW, 32bit)"
SetOutPath $INSTDIR\mex\octave32
File ..\mex\octave32\*.mex ..\mex\octave32\*.oct
SectionEnd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment