Skip to content

Commit e3d4a70

Browse files
authored
Update make-appimage.sh
1 parent 8ceb64e commit e3d4a70

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
@@ -33,7 +33,7 @@ quick-sharun /usr/bin/gearlever \
3333
# bundling 'file' doesn't work due to Arch's upstream bug, so I'll skip it, so it will be used from the host if available
3434
# https://bbs.archlinux.org/viewtopic.php?pid=2274027#p2274027
3535
#
36-
# bundling 'uname' doesn't make sense, this should be done in Python directly, idk why's this used from the host
36+
# bundling 'uname' doesn't make sense, this should be done in Python directly, idk why's this used from the host (upstream is even worse in using less portable 'arch')
3737
# bundling '7zip' doesn't work for extracting AppImages, but simple squashfs, dwarfs and AppImage extract works, so idk why this is used at all, anyway, this will get used from the host if available
3838

3939
# Patch Gear Lever to use AppImage's directory

0 commit comments

Comments
 (0)