Skip to content

Commit 80e3ea4

Browse files
authored
Update worker.sh
1 parent 992aebe commit 80e3ea4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

code/worker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ echo "==========================================="
8787
# and take screenshots if we don't have them already from AppStream
8888

8989
# LD_DEBUG=libs "$APPDIR/AppRun" & # Getting "Desktop file is missing. Please run /mnt/AppRun from within an AppImage." with wire-2.15.2751-x86_64.AppImage
90-
LD_DEBUG=libs "$FILENAME" &
90+
chmod +x "$FILENAME"
91+
LD_DEBUG=libs ./"$FILENAME" &
9192
APID=$!
9293
sleep 5
9394
kill $APID && echo "SUCCESS" || exit 1

0 commit comments

Comments
 (0)