Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Add env file for libapprun hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 9, 2020
1 parent d6eff8e commit c8f2ff9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyappimage/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
APPIMAGE_UUID=a369f900-1b93-4164-9285-f26fdad1dfba

SYSTEM_INTERP=/lib64/ld-linux-x86-64.so.2
APPDIR_INTERP=$APPDIR/usr/lib/ld-linux-x86-64.so.2
RUNTIME_INTERP=/tmp/appimage-a369f900-1b93-4164-9285-f26fdad1dfba-ld-linux.so.2

GUISCRCPY_SCRCPY=${APPDIR}/usr/bin/scrcpy
GUISCRCPY_ADB=${APPDIR}/usr/bin/adb
SCRCPY_SERVER_PATH=${APPDIR}/usr/local/share/scrcpy/scrcpy-server
ADB=${APPDIR}/usr/bin/adb
GUISCRCPY_APPIMAGE=True

EXEC_PATH=$APPDIR/guiscrcpy/guiscrcpy
EXEC_ARGS=$@

APPDIR_LIBRARY_PATH=$APPDIR/usr/lib:$APPDIR/guiscrcpy
LIBC_LIBRARY_PATH=$APPDIR/usr/lib
APPDIR_LIBC_VERSION=2.27
LD_PRELOAD=$APPDIR/libapprun_hooks.so

0 comments on commit c8f2ff9

Please sign in to comment.