1
0
mirror of https://github.com/nomic-ai/gpt4all.git synced 2025-05-01 21:24:24 +00:00
gpt4all/gpt4all-chat/cmake/generate_gpt4all_alias.cmake
John Parent e642185034 MacOS Update
MacOS installer behavior finalized

Signed-off-by: John Parent <john.parent@kitware.com>
2024-10-29 22:16:42 -04:00

4 lines
130 B
CMake

execute_process(
COMMAND ln -s bin/gpt4all.app gpt4all
WORKING_DIRECTORY ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/ALL_IN_ONE
)