Update build_project.zsh

Revert
This commit is contained in:
BPH 2023-12-14 22:53:48 +01:00 committed by GitHub
parent e76fe06daf
commit 97a663665e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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##*/}