mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-05-01 21:24:24 +00:00
4 lines
130 B
CMake
4 lines
130 B
CMake
execute_process(
|
|
COMMAND ln -s bin/gpt4all.app gpt4all
|
|
WORKING_DIRECTORY ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/ALL_IN_ONE
|
|
) |