Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 5, 2021
1 parent 3915cde commit 6f87c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if mode == 'pip':
if os.path.isdir('dist'):
for k in os.listdir('dist'):
if 'pygame_menu-' in k:
if 'pygame_menu-' in k or 'pygame-menu-' in k:
os.remove(f'dist/{k}')
if os.path.isdir('build'):
for k in os.listdir('build'):
Expand Down

0 comments on commit 6f87c75

Please sign in to comment.