Skip to content

Commit

Permalink
clean mac running warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Oct 27, 2022
1 parent d560368 commit e69217b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/default/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.12.1
4.12.2
5 changes: 5 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ elif [ $os_name = 'Darwin' ]; then
sudo pip3 install -U PyObjC Pillow
fi
fi

if [ ! -d "data" ]; then
# remove the mask for download file warning
xattr -c -r code
fi
fi


Expand Down

0 comments on commit e69217b

Please sign in to comment.