1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 10:57:33 +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" !if "@CMAKE_BUILD_TYPE@" == "Debug"
!define debug !define debug
!undef build_type !undef build_type
!define build_type "-debug" !define build_type "-Debug"
!endif !endif
!ifdef debug !ifdef debug