Skip to content

Commit

Permalink
Cleanup files and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 19, 2020
1 parent f8bd631 commit 6a60692
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: little-core-labs/[email protected]
id: tagName

# This doesn't seem to be needed
# - name: Install ActiveTcl
# run: |
# wget "https://www.dropbox.com/s/7hbay0gfdnu71ly/ActiveTcl-8.5.18.0.298892-macosx10.5-i386-x86_64-threaded.dmg?dl=0" -P /Users/runner
Expand Down
Binary file removed BuildForMac/assets/libcrypto.1.0.0.dylib
Binary file not shown.
Binary file removed BuildForMac/assets/libpng16.16.dylib
Binary file not shown.
Binary file removed BuildForMac/assets/libssl.1.0.0.dylib
Binary file not shown.
1 change: 1 addition & 0 deletions BuildForMac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
if os.environ.get('CI', False):
print "*** WARNING: Tcl/Tk Framework is NOT part of the application package ***"

# This doesn't seem to be needed in 10.15 or 11.0
# if macOS_version >= distutils.version.StrictVersion('10.13'):
# for asset in glob.glob('assets/*.dylib'):
# print('*** Adding {} asset ***'.format(os.path.basename(asset)))
Expand Down

0 comments on commit 6a60692

Please sign in to comment.