Changeset 137:f7489252b322
- Timestamp:
-
05/01/12 04:40:43
(13 years ago)
- Author:
- István Váradi <ivaradi@…>
-
Branch:
-
default
-
Phase:
-
public
- Message:
-
Added the sound files to the distribution
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r37
|
r137
|
|
12 | 12 | import mlx.update |
13 | 13 | |
14 | | data_files = [] |
| 14 | data_files = [("sounds", glob(os.path.join("sounds", "*.*")))] |
15 | 15 | if os.name=="nt": |
16 | 16 | import py2exe |