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

Fix path for aria2c binary copy in Linux package preparation

This commit is contained in:
2025-10-13 11:37:29 +03:00
parent e69faf4081
commit 5fbfa8f62d
+2 -2
View File
@@ -151,8 +151,8 @@ jobs:
./configure ARIA2_STATIC=yes --with-openssl
make -j$(nproc)
cp src/aria2c ../../../bin/aria2c
chmod +x ../../../bin/aria2c
cp src/aria2c ../../bin/aria2c
chmod +x ../../bin/aria2c
# Remove temp files and downloaded archives before zipping
rm -rf dist/linux/ffmpeg_temp dist/linux/aria2c_build dist/linux/ffmpeg.tar.xz dist/linux/aria2c_build/aria2-1.37.0.tar.gz