Skip to content

Commit

Permalink
Use absolute path for hdiutil-debug.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent d6c6552 commit bb66970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
set(CPACK_COMMAND_HDIUTIL "/usr/bin/zsh ../hdiutil-debug.sh")
set(CPACK_COMMAND_HDIUTIL "/usr/bin/zsh /Users/runner/work/cutter/cutter/hdiutil-debug.sh")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(DisallowInSource)
Expand Down

0 comments on commit bb66970

Please sign in to comment.