mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -04:00
Set the correct permissions for sfrx, sftx, and foxchk on Linux and macOS.
This commit is contained in:
parent
8978b81308
commit
db51d7f61b
@ -1673,6 +1673,7 @@ if (UNIX)
|
||||
lib/superfox/linux/sftx
|
||||
lib/superfox/linux/foxchk
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif (UNIX)
|
||||
@ -1683,6 +1684,7 @@ if (APPLE)
|
||||
lib/superfox/mac/sftx
|
||||
lib/superfox/mac/foxchk
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
|
||||
#COMPONENT runtime
|
||||
)
|
||||
endif (APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user