Skip to content

Commit 38c312e

Browse files
committed
Move script
1 parent 5126a95 commit 38c312e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

nova3/aux/fetch_aux.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

nova3/justfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ build files='engines/*.py':
2020
[private]
2121
fetch_aux:
2222
#!/usr/bin/sh
23-
if [ ! -f aux/helpers.py ]; then
24-
aux/fetch_aux.sh
23+
if [ ! -d "aux" ]; then
24+
mkdir aux
25+
cd aux
26+
git clone --depth 1 https://github.com/qbittorrent/qBittorrent.git
27+
mv qBittorrent/src/searchengine/nova3/* ./
28+
rm -rf qBittorrent __init__.py
2529
fi
2630

2731
# Apply formatting

0 commit comments

Comments
 (0)