Skip to content

Commit

Permalink
Update patch.sh
Browse files Browse the repository at this point in the history
Remove the Watch folder if it exists to avoid code signing
  • Loading branch information
wang9262 committed Mar 19, 2017
1 parent c71fbce commit 4bb354c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ done


# ---------------------------------------------------
# 5. Remove Plugins (AppExtensions), To Simplify the Signing Process
# 5. Remove Plugins/Watch (AppExtensions), To Simplify the Signing Process

rm -rf "$TARGET_APP_PATH/PlugIns" || true
rm -rf "$TARGET_APP_PATH/Watch" || true



Expand Down

0 comments on commit 4bb354c

Please sign in to comment.