mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# update the id of the dylib
|
|
install_name_tool -id @executable_path/libgit2.0.17.0.dylib git2/frameworks/libgit2.0.17.0.dylib
|