Skip to content

Commit 93acca8

Browse files
authored
Copy get_appimage_offset script
1 parent eb68680 commit 93acca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ sed -i '/^pkgdatadir/c\pkgdatadir = os.getenv("SHARUN_DIR", "/usr") + "/share/ge
4242
sed -i '/^localedir/c\localedir = os.getenv("SHARUN_DIR", "/usr") + "/share/locale"' ./AppDir/bin/gearlever
4343
# Patch AUR's modification back to use 'get_appimage_offset' in PATH
4444
sed -i 's|/usr/lib/gearlever/get_appimage_offset|get_appimage_offset|g' ./AppDir/share/gearlever/gearlever/providers/AppImageProvider.py
45+
# Copy get_appimage_offset script
46+
cp -v /usr/lib/gearlever/get_appimage_offset ./AppDir/bin/get_appimage_offset
47+
chmod +x ./AppDir/bin/get_appimage_offset
4548

4649
# Turn AppDir into AppImage
4750
quick-sharun --make-appimage

0 commit comments

Comments
 (0)