From 536aacd28b7d73a8c108c24f4c476808b9b06755 Mon Sep 17 00:00:00 2001 From: dixyes Date: Sun, 23 Apr 2023 10:06:22 +0800 Subject: [PATCH] fix app logo setting --- Makefile.frag.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index 206fd79..46c3efa 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -8,7 +8,7 @@ MICRO_EXES = "$(BUILD_DIR)\sapi\micro\tests\simpleecho.exe" "$(BUILD_DIR)\sapi\m _MICRO_RES_BUILD = $(RC) /nologo /n /fo $(BUILD_DIR)\sapi\micro\micro.exe.res \ /d WANT_LOGO \ - /d APP_LOGO="$(APP_LOGO)" \ + /d APP_LOGO="\"$(APP_LOGO)\"" \ /d FILE_DESCRIPTION="\"micro.exe\"" \ /d FILE_NAME="\"micro.exe\"" \ /d PRODUCT_NAME="\"PHP Script Interpreter\"" \