Fix build directories for sosci

pre-release-3
James H Ball 2025-01-03 16:56:48 +00:00
rodzic bfe497ca72
commit acdcec477a
2 zmienionych plików z 5 dodań i 8 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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}"