forked from deskflow/deskflow
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warnings for users manually running
build_installer.sh
and `rer…
…ef_dylibs.sh` manually
- Loading branch information
1 parent
8cd59eb
commit fb3eaa3
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
#!/bin/sh | ||
|
||
# add warning for users running manually | ||
function warn() { tput bold; tput setaf 3; echo "$@"; tput sgr0 ; } | ||
warn "The scripts build_installer.sh and reref_dylibs.sh have been deprecated." | ||
warn "Please use build_dist.sh instead to deploy using macdeployqt" | ||
|
||
# change this to rename the installer package | ||
B_DMG="Barrier-@[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters