🔨 fix: dont use dragndrop when ios

This commit is contained in:
Helloyunho 2025-07-08 14:53:06 +09:00
parent 8e36947fd4
commit bb2c8bcb46
No known key found for this signature in database
GPG Key ID: 6AFA210B0150BE47

View File

@ -804,7 +804,7 @@ if(WINDOWS_STORE)
endif()
if(MSVC)
set(CPACK_GENERATOR ZIP)
elseif(APPLE)
elseif(APPLE AND NOT IOS)
set(CPACK_GENERATOR DragNDrop)
else()
set(CPACK_GENERATOR TGZ)