Initial commit

This commit is contained in:
René Mathieu
2026-01-17 13:49:51 +01:00
commit 0fef8d96c5
1897 changed files with 396119 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/sh
#
# This is the default apptemplate error script
#
echo "Launch error"
if [ -n "$2" ]; then
echo "An unexpected error has occurred during execution of the main script"
echo ""
echo "$2: $3"
echo ""
fi
echo "See the py2app website for debugging launch issues"
echo ""
echo "ERRORURL: https://py2app.readthedocs.io/en/latest/debugging.html"
exit