mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-26 03:35:30 +03:00
fix macos installer script
This commit is contained in:
parent
116a133902
commit
c605cbdbcc
2
dist/macos/bundle/build_installer.sh.in
vendored
2
dist/macos/bundle/build_installer.sh.in
vendored
@ -11,7 +11,7 @@ fi
|
||||
|
||||
cd @CMAKE_CURRENT_SOURCE_DIR@/build/bundle || exit 1
|
||||
|
||||
B_REREF_SCRIPT=@CMAKE_CURRENT_SOURCE_DIR@/reref_dylibs.sh
|
||||
B_REREF_SCRIPT=@CMAKE_CURRENT_SOURCE_DIR@/build/bundle/reref_dylibs.sh
|
||||
if [ ! -x $B_REREF_SCRIPT ]; then
|
||||
echo Missing script: $B_REREF_SCRIPT
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user