Skip to content

Commit 8dc435a

Browse files
authored
Try using current directory for varia python script
1 parent ddfd578 commit 8dc435a

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
@@ -31,7 +31,7 @@ quick-sharun /usr/bin/varia \
3131
# Patch varia's shell script to be POSIX and to use AppImage directories
3232
cat << 'EOF' > ./AppDir/bin/varia
3333
#!/bin/sh
34-
python3 "${SHARUN_DIR}/bin/varia-py.py" aria2c ffmpeg NOSNAP "$@"
34+
python3 ./varia-py.py aria2c ffmpeg NOSNAP "$@"
3535
EOF
3636

3737
# Patch varia's python script to use AppImage directories

0 commit comments

Comments
 (0)