Fix wrong/swapped template for main and mini wasm versions

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-08-03 15:39:13 +01:00
parent 4f3fdd239e
commit be279ddabd
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -21,5 +21,6 @@ compile_commands.json
/documentation.pdf
/jucewrapper/build/
/jucewrapper/JUCE/
/src/CardinalNative/resources/
/utils/inno/resources.iss
/utils/inno/version.iss

2
deps/PawPaw vendored

@ -1 +1 @@
Subproject commit 7ef509e689656fc4cd5be814a32f54dac37af931
Subproject commit 2f0e475cc6880719e056949b4543310cb841bbdd

View file

@ -28,9 +28,9 @@
#ifdef DISTRHO_OS_WASM
# define CARDINAL_WASM_IMPORTED_TEMPLATE_FILENAME "/imported.vcv"
# ifdef STATIC_BUILD
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
# else
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm-mini.vcv"
# else
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
# endif
#endif