diff --git a/ci/setup-env.sh b/ci/setup-env.sh index 2a92fa4..0d00edd 100755 --- a/ci/setup-env.sh +++ b/ci/setup-env.sh @@ -43,11 +43,7 @@ fi # Get the Spout SDK and SpoutLibrary.dll if [ "$OS" = "win" ]; then - curl -s -S -L https://github.com/leadedge/Spout2/releases/download/2.007.015/Spout-SDK-binaries_2-007-015.zip -o Spout.zip - unzip Spout.zip - ls -R - # move to system32 - cp Spout-SDK-binaries/2-007-015/Libs/MD/bin/SpoutLibrary.dll /c/Windows/System32 + cp "$ROOT/External/spout/SpoutLibrary.dll" /c/Windows/System32 fi # Set global path diff --git a/packaging/sosci.iss b/packaging/sosci.iss index 172adeb..f822677 100644 --- a/packaging/sosci.iss +++ b/packaging/sosci.iss @@ -32,7 +32,8 @@ ChangesAssociations=yes DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest -OutputBaseFilename=osci-render +OutputDir=build +OutputBaseFilename=sosci Compression=lzma SolidCompression=yes WizardStyle=modern @@ -45,8 +46,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ Name: "deletefiles"; Description: "Remove any existing settings (Clean installation)"; Flags: unchecked [Files] -Source: "..\Builds\VisualStudio2022\x64\Release\Standalone Plugin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\Builds\VisualStudio2022\x64\Release\VST3\{#MyAppVstName}\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3" +Source: "..\Builds\sosci\VisualStudio2022\x64\Release\Standalone Plugin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\Builds\sosci\VisualStudio2022\x64\Release\VST3\{#MyAppVstName}\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3" Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}" Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{sys}"