1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Fix path for copying aria2c binary in Linux package preparation

This commit is contained in:
2025-10-13 10:44:01 +03:00
parent 4d3452eaf1
commit 98d8573c9e
+1 -1
View File
@@ -150,7 +150,7 @@ jobs:
autoreconf -i
./configure ARIA2_STATIC=yes --with-openssl
make -j$(nproc)
cp src/aria2c ../../bin/aria2c
cp src/aria2c ../../../bin/aria2c
cd ../../
chmod +x dist/linux/bin/aria2c