mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] platform/appimage/AppRun: remove debug flag (#3868)
Output is a bit verbose otherwise, see https://github.com/koreader/koreader/issues/3853#issuecomment-381098701
This commit is contained in:
@@ -27,7 +27,7 @@ else
|
||||
fi
|
||||
|
||||
while [ $RETURN_VALUE -eq 85 ]; do
|
||||
./reader.lua -d "$start_path"
|
||||
./reader.lua "$start_path"
|
||||
RETURN_VALUE=$?
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user