Skip to content

Commit e7ba2b7

Browse files
committed
Merge branch 'develop' of https://github.com/csound/plugins into develop
2 parents 2c53b6c + 13c4796 commit e7ba2b7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer/win64/Installer.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AppId={{0E50FA48-4C41-4D27-A742-C77D1A3A3905}
1313
AppName={#MyAppName}
1414
AppVersion={#OPVERSION}
15-
DefaultDirName={localappdata}\csound\6.0\plugins64
15+
DefaultDirName={localappdata}\csound\6.0\
1616
DisableDirPage=no
1717
DisableProgramGroupPage=yes
1818
UsePreviousAppDir=no
@@ -46,7 +46,7 @@ Source: "../../build\chua\Release\chua.dll"; DestDir: "{app}\plugins64\"; Flags:
4646
Source: "../../build\faustcsound\Release\faustcsound.dll"; DestDir: "{app}\plugins64\"; Flags: ignoreversion; Components: core; Permissions: users-full;
4747
Source: "../../build\image\Release\image.dll"; DestDir: "{app}\plugins64\"; Flags: ignoreversion; Components: core; Permissions: users-full;
4848
Source: "../../build\py\Release\py.dll"; DestDir: "{app}\plugins64"; Flags: ignoreversion; Components: core; Permissions: users-full;
49-
Source: "../../build\widgets\Release\widgets.dll"; DestDir: "{app}\plugins64\"; Flags: ignoreversion; Components: core; Permissions: users-full;
49+
;Source: "../../build\widgets\Release\widgets.dll"; DestDir: "{app}\plugins64\"; Flags: ignoreversion; Components: core; Permissions: users-full;
5050
Source: "C:\Program Files\Faust\lib\faust.dll"; DestDir: "{autopf64}\Csound6_x64\bin\"; Flags: ignoreversion; Components: core; Permissions: users-full;
5151

5252

@@ -59,7 +59,7 @@ var
5959
6060
const
6161
installerMessage =
62-
'This installer will install the Python, Faust, Image, Chua, FLTK and Ableton Link ' + #13#10 +
62+
'This installer will install the Python, Faust, Image, Chua and Ableton Link ' + #13#10 +
6363
'plugin opcodes for Csound.' + #13#10 + #13#10 +
6464
'Opcodes will be installed to C:\Users\<name>\AppData\Local\csound\6.0\plugins64' + #13#10 +
6565
'' + #13#10 +

installer/win64/buildWindows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Simple script to build plugins on Windows. Modify each of the paths below for your own needs..
22

3-
cd build
3+
cd ../../build
44
cmake -DFLTK_BASE_LIBRARY_DEBUG=../../../../vcpkg/installed/x64-windows-csound/lib/fltkd.lib \
55
-DFLTK_BASE_LIBRARY_RELEASE=../../vcpkg/installed/x64-windows-csound/lib/fltk.lib \
66
-DFLTK_INCLUDE_DIR=../../vcpkg/packages/fltk_x64-windows-csound/include \

0 commit comments

Comments
 (0)