mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 16:05:21 +08:00
fix macos installer script
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user