1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-23 22:20:51 +01:00

Change debug to uppercase in nsi

This commit is contained in:
Jonas Kvinge 2022-02-07 23:55:49 +01:00
parent 70aa2233e2
commit 3fcab72900

View File

@ -41,7 +41,7 @@
!if "@CMAKE_BUILD_TYPE@" == "Debug"
!define debug
!undef build_type
!define build_type "-debug"
!define build_type "-Debug"
!endif
!ifdef debug