Skip to content

Commit

Permalink
Build Android installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 13, 2024
1 parent 6e0923d commit f513cfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeFiles/CwipcInstallers.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Creating installers
if(APPLE)
if(ANDROID)
set(CPACK_GENERATOR TGZ)
set(CPACK_SOURCE_GENERATOR TGZ)
elseif(APPLE)
set(CPACK_GENERATOR TGZ)
set(CPACK_SOURCE_GENERATOR TGZ)
elseif(UNIX)
Expand Down

0 comments on commit f513cfb

Please sign in to comment.