diff --git a/build/windows/installer/base_gimp3264.iss b/build/windows/installer/base_gimp3264.iss index b5891567ef..95f3f1452a 100644 --- a/build/windows/installer/base_gimp3264.iss +++ b/build/windows/installer/base_gimp3264.iss @@ -84,8 +84,6 @@ ;Meson don't support C++ style comments. See: https://github.com/mesonbuild/meson/issues/14260 #include BUILD_DIR + "\config_clean.h" -#include BUILD_DIR + "\build\windows\installer\splash-dimensions.h" - ;Main GIMP versions: ;Get GIMP_MUTEX_VERSION (used for internal versioning control) #if Defined(GIMP_UNSTABLE) @@ -119,6 +117,7 @@ ;3.1.1 Icons and other files #define ASSETS_DIR BUILD_DIR + "\build\windows\installer" +#include ASSETS_DIR + "\splash-dimensions.h" ;3.1.2 Installer lang files [Languages] diff --git a/gimp-data b/gimp-data index 3af89be168..5814567568 160000 --- a/gimp-data +++ b/gimp-data @@ -1 +1 @@ -Subproject commit 3af89be16861ea19f4b086e9ea6953c4bfff0115 +Subproject commit 5814567568bb6570ee70d33426f376e9c5daaa80