Initial commit
This commit is contained in:
19
dist/dicom2pacs.app/Contents/Resources/__error__.sh
vendored
Executable file
19
dist/dicom2pacs.app/Contents/Resources/__error__.sh
vendored
Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user