Skip to content

Commit

Permalink
Fix wrong path in CMake for max package source
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 31, 2024
1 parent 7fd16a3 commit 8e60ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion max/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(MAX_PACKAGE_FOLDER)
NOTARIZE

NAME Heartbeat
SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/max/package"
SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/package"
PACKAGE_ROOT "${MAX_PACKAGE_FOLDER}"

KEYCHAIN_FILE "$ENV{MAC_CODESIGN_KEYCHAIN}"
Expand Down

0 comments on commit 8e60ce0

Please sign in to comment.