Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a896882c9 | ||
|
|
8af0c44eba |
@@ -1,3 +1,7 @@
|
||||
# v1.3.1 (2017-01-08)
|
||||
|
||||
- Fixed install of zip app downloads with sub-directories.
|
||||
|
||||
# v1.3.0 (2017-01-01)
|
||||
|
||||
- Updated README versioning documentation.
|
||||
|
||||
@@ -72,7 +72,7 @@ Current Version (stable):
|
||||
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout v1.3.0
|
||||
git checkout v1.3.1
|
||||
|
||||
Master Version (unstable):
|
||||
|
||||
|
||||
@@ -191,6 +191,7 @@ install_zip_app() {
|
||||
printf "Preparing...\n"
|
||||
cd "$MAC_OS_WORK_PATH"
|
||||
unzip -q "$download_file"
|
||||
find . -type d -name "$app_name" -print -exec cp -pR {} . > /dev/null 2>&1 \;
|
||||
)
|
||||
|
||||
install_app "$MAC_OS_WORK_PATH" "$app_name"
|
||||
|
||||
Reference in New Issue
Block a user