diff --git a/atom.gyp b/atom.gyp index 88d9755d3827..0864b6507c42 100644 --- a/atom.gyp +++ b/atom.gyp @@ -199,11 +199,12 @@ }], # OS=="win" ], 'fix_framework_link_command': [ - 'install_name_tool', - '-change', - '@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle', - '@rpath/Sparkle.framework/Versions/A/Sparkle', - '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' + # TODO: I have no idea if this is needed for Squirrel + # 'install_name_tool', + # '-change', + # '@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle', + # '@rpath/Sparkle.framework/Versions/A/Sparkle', + # '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' ], 'atom_source_root': '