mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 20:43:59 +03:00
Fix Linux package build process by ensuring aria2c binary is copied to the correct directory
This commit is contained in:
@@ -132,7 +132,8 @@ jobs:
|
|||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure ARIA2_STATIC=yes --with-openssl
|
./configure ARIA2_STATIC=yes --with-openssl
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
cp src/aria2c ../../../bin/aria2c
|
mkdir -p dist/linux/bin
|
||||||
|
cp src/aria2c dist/linux/bin/aria2c
|
||||||
|
|
||||||
- name: Prepare Linux package
|
- name: Prepare Linux package
|
||||||
run: |
|
run: |
|
||||||
@@ -141,7 +142,7 @@ jobs:
|
|||||||
cp yt-playlist-main.py dist/linux/
|
cp yt-playlist-main.py dist/linux/
|
||||||
cp yt-playlist-config.json dist/linux/
|
cp yt-playlist-config.json dist/linux/
|
||||||
|
|
||||||
mkdir -p dist/linux/bin
|
|
||||||
|
|
||||||
# yt-dlp
|
# yt-dlp
|
||||||
curl -L -o dist/linux/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux
|
curl -L -o dist/linux/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux
|
||||||
|
|||||||
Reference in New Issue
Block a user