We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f4c77 commit 3390fd0Copy full SHA for 3390fd0
useful-tools/bin/AppRun-generic
@@ -71,7 +71,7 @@ if [ "$APPIMAGE_DEBUG" = 1 ]; then
71
export VK_LOADER_DEBUG=all
72
export LC_ALL=C
73
export SHARUN_PRINTENV=1
74
- "$TO_LAUNCH" "$@" 2>"$HOME"/"${APPIMAGE##*/}"-debug.log
+ "$TO_LAUNCH" "$@" 2>"$HOME"/"${APPIMAGE##*/}"-debug.log || :
75
>&2 echo "Debug log at: '$HOME/${APPIMAGE##*/}-debug.log'"
76
else
77
exec "$TO_LAUNCH" "$@"
0 commit comments