--- a/scripts/compileUiFiles.py Sat May 15 19:01:16 2021 +0200
+++ b/scripts/compileUiFiles.py Sat May 15 20:08:03 2021 +0200
@@ -29,7 +29,7 @@
"""
Compile the .ui files to Python sources.
"""
- compileUiDir("eric6", True, __pyName)
+ compileUiDir("eric7", True, __pyName)
def main(argv):