mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 03:40:45 -04:00
Update build_project.zsh
Revert
This commit is contained in:
parent
e76fe06daf
commit
97a663665e
@ -10,8 +10,7 @@ cd apple
|
||||
#download custom zim files as per info_local.json files
|
||||
brew install jq
|
||||
|
||||
# for info in `mdfind -onlyin . -name info.json`
|
||||
for info in `mdfind -onlyin . -name info_local.json`
|
||||
for info in `mdfind -onlyin . -name info.json`
|
||||
do
|
||||
parent_dir=${info%/*}
|
||||
brand_name=${parent_dir##*/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user