diff --git a/make_app.py b/make_app.py index 5422d7b..3c5400c 100644 --- a/make_app.py +++ b/make_app.py @@ -15,7 +15,7 @@ exe = publish / "Scarab" if app_dir.suffix != ".app": - print("Error: " + app_dir + " is not an .app folder.") + print("Error: " + str(app_dir) + " is not an .app folder.") exit(-1) if not app_dir.exists():