Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
idk if i changed a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise authored Jul 26, 2021
1 parent b0b6781 commit 00a4692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azule
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ case $(uname) in
rm -f tmp
fi
}
iOS=1
else
jq="jq"
insert_dylib="insert_dylib"
Expand Down Expand Up @@ -677,7 +676,7 @@ if [ -n "$files" ]; then
if [[ "$l" =~ "$x" ]]; then
if [[ "$l" =~ "$i" ]]; then
"$install_name_tool" -id @rpath/"$i" Payload/*.app/Frameworks/"$i" &>/dev/null
tid=$(( $tid + $ ? ))
tid=$(( $tid + $? ))
break
else
"$install_name_tool" -change "$l" @rpath/"$x" Payload/*.app/Frameworks/"$i" &>/dev/null
Expand Down

0 comments on commit 00a4692

Please sign in to comment.