Bugfix: Fixes #325, Wine conflicts with wintc-notepad on Fedora

This commit is contained in:
Rory Fewell
2024-08-02 22:58:22 +01:00
parent 150f0cb49d
commit c33c637c7d

View File

@@ -49,7 +49,10 @@ add_executable(
#
set(NOTEPAD_OUTPUT_NAME ${PROJECT_NAME})
if (NOT ${WINTC_PKGMGR} STREQUAL "archpkg")
if (
NOT ${WINTC_PKGMGR} STREQUAL "archpkg" AND
NOT ${WINTC_PKGMGR} STREQUAL "rpm"
)
set(NOTEPAD_OUTPUT_NAME notepad)
set_target_properties(