kopia lustrzana https://github.com/jameshball/osci-render
Fix build directories for sosci
rodzic
bfe497ca72
commit
acdcec477a
|
@ -43,11 +43,7 @@ fi
|
||||||
|
|
||||||
# Get the Spout SDK and SpoutLibrary.dll
|
# Get the Spout SDK and SpoutLibrary.dll
|
||||||
if [ "$OS" = "win" ]; then
|
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
|
cp "$ROOT/External/spout/SpoutLibrary.dll" /c/Windows/System32
|
||||||
unzip Spout.zip
|
|
||||||
ls -R
|
|
||||||
# move to system32
|
|
||||||
cp Spout-SDK-binaries/2-007-015/Libs/MD/bin/SpoutLibrary.dll /c/Windows/System32
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set global path
|
# Set global path
|
||||||
|
|
|
@ -32,7 +32,8 @@ ChangesAssociations=yes
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
||||||
;PrivilegesRequired=lowest
|
;PrivilegesRequired=lowest
|
||||||
OutputBaseFilename=osci-render
|
OutputDir=build
|
||||||
|
OutputBaseFilename=sosci
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
@ -45,8 +46,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
||||||
Name: "deletefiles"; Description: "Remove any existing settings (Clean installation)"; Flags: unchecked
|
Name: "deletefiles"; Description: "Remove any existing settings (Clean installation)"; Flags: unchecked
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "..\Builds\VisualStudio2022\x64\Release\Standalone Plugin\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "..\Builds\sosci\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\VST3\{#MyAppVstName}\Contents\x86_64-win\{#MyAppVstName}"; DestDir: "{cf}\VST3"
|
||||||
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"
|
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{app}"
|
||||||
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{sys}"
|
Source: "..\External\spout\SpoutLibrary.dll"; DestDir: "{sys}"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue