Skip to content

Commit

Permalink
Moving pharo.signatures files for OSX Bundle to Resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 18, 2024
1 parent f4c5e2a commit ca0482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sign.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(OSX)
set(EXECUTABLE_DIR_TO_SIGN "${EXECUTABLE_OUTPUT_PATH}/${VM_EXECUTABLE_NAME}.app/Contents/MacOS")
set(EXECUTABLE_DIR_TO_SIGN "${EXECUTABLE_OUTPUT_PATH}/${VM_EXECUTABLE_NAME}.app/Contents/Resources")
else()
set(EXECUTABLE_DIR_TO_SIGN "${EXECUTABLE_OUTPUT_PATH}")
endif()
Expand Down

0 comments on commit ca0482b

Please sign in to comment.