Skip to content

Commit 9840a1f

Browse files
authored
Update get_appimage_offset copy path in script
1 parent 87d629c commit 9840a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ quick-sharun /usr/bin/gearlever \
4040
sed -i '/^pkgdatadir/c\pkgdatadir = os.getenv("SHARUN_DIR", "/usr") + "/share/gearlever"' ./AppDir/bin/gearlever
4141
sed -i '/^localedir/c\localedir = os.getenv("SHARUN_DIR", "/usr") + "/share/locale"' ./AppDir/bin/gearlever
4242
# Patch AUR's modification back to use 'get_appimage_offset' in PATH
43-
cp -v /usr/lib/gearlever/get_appimage_offset ./AppDir/bin/get_appimage_offset
43+
cp -v ./get_appimage_offset ./AppDir/bin/get_appimage_offset
4444
chmod +x ./AppDir/bin/get_appimage_offset
4545
sed -i 's|/usr/lib/gearlever/get_appimage_offset|get_appimage_offset|g' ./AppDir/share/gearlever/gearlever/providers/AppImageProvider.py
4646

0 commit comments

Comments
 (0)