commit 4215bb28561c08f54930e7054b282742b9502b6d
parent d8aba5c6c450a26ed3f69982d7e076bfd7716372
Author: Oli Larkin <[email protected]>
Date: Tue, 9 May 2023 07:31:38 +0200
Fix windows ci-build, update iPlug2 (#248)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common-win.props b/common-win.props
@@ -66,7 +66,7 @@
<COPY_VST2>1</COPY_VST2>
<REAPER_INC_PATHS>$(IPLUG_DEPS_PATH)/Reaper;$(IPLUG_PATH)\ReaperExt;</REAPER_INC_PATHS>
<AAX_ICON>$(AAX_SDK)\Utilities\PlugIn.ico</AAX_ICON>
- <VST_ICON>$(VST3_SDK)\doc\artwork\VST_Logo_Steinberg.ico</VST_ICON>
+ <VST_ICON>$(IPLUG2_ROOT)\Scripts\icons\VST_Logo_Steinberg.ico</VST_ICON>
<FAUST_LIB_PATH>$(DEPS_PATH)\Build\win\Faust\lib</FAUST_LIB_PATH>
</PropertyGroup>
<PropertyGroup>