diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/genallsuites.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/scripts/genallsuites.py b/Mac/scripts/genallsuites.py index cdd9ee8..884d4a4 100644 --- a/Mac/scripts/genallsuites.py +++ b/Mac/scripts/genallsuites.py @@ -28,7 +28,8 @@ gensuitemodule.processfile_fromresource(APPLESCRIPT, gensuitemodule.processfile(SYSTEMEVENTS, output=os.path.join(DSTDIR, 'SystemEvents'), basepkgname='StdSuites', - edit_modnames=[], verbose=verbose) + edit_modnames=[('Disk_2d_Folder_2d_File_Suite', 'Disk_Folder_File_Suite')], + verbose=verbose) gensuitemodule.processfile(CODEWARRIOR, output=os.path.join(DSTDIR, 'CodeWarrior'), basepkgname='StdSuites', |