Fix wrong/swapped template for main and mini wasm versions
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4f3fdd239e
commit
be279ddabd
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,5 +21,6 @@ compile_commands.json
|
||||||
/documentation.pdf
|
/documentation.pdf
|
||||||
/jucewrapper/build/
|
/jucewrapper/build/
|
||||||
/jucewrapper/JUCE/
|
/jucewrapper/JUCE/
|
||||||
|
/src/CardinalNative/resources/
|
||||||
/utils/inno/resources.iss
|
/utils/inno/resources.iss
|
||||||
/utils/inno/version.iss
|
/utils/inno/version.iss
|
||||||
|
|
2
deps/PawPaw
vendored
2
deps/PawPaw
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 7ef509e689656fc4cd5be814a32f54dac37af931
|
Subproject commit 2f0e475cc6880719e056949b4543310cb841bbdd
|
|
@ -28,9 +28,9 @@
|
||||||
#ifdef DISTRHO_OS_WASM
|
#ifdef DISTRHO_OS_WASM
|
||||||
# define CARDINAL_WASM_IMPORTED_TEMPLATE_FILENAME "/imported.vcv"
|
# define CARDINAL_WASM_IMPORTED_TEMPLATE_FILENAME "/imported.vcv"
|
||||||
# ifdef STATIC_BUILD
|
# ifdef STATIC_BUILD
|
||||||
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
|
|
||||||
# else
|
|
||||||
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm-mini.vcv"
|
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm-mini.vcv"
|
||||||
|
# else
|
||||||
|
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue