Skip to content

Commit

Permalink
fix app logo setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Apr 23, 2023
1 parent 11545b0 commit 536aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.frag.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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\"" \
Expand Down

0 comments on commit 536aacd

Please sign in to comment.