chore: sync with main

This commit is contained in:
Hydra 2024-04-20 00:42:31 +01:00
commit cf3b7710e5
22 changed files with 182 additions and 61 deletions

View file

@ -47,20 +47,8 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
working-directory: torrent-client
script-name: main.py
standalone: true
enable-plugins: libtorrent
output-dir: resources/dist
output-file: hydra-download-manager
windows-icon-from-ico: images/icon.ico
# - name: Build with pyinstaller
# run: pyinstaller torrent-client/main.py --distpath resources/dist --icon=images/icon.ico -n hydra-download-manager
- name: Build with cx_Freeze
run: python torrent-client/setup.py build
- name: Publish
run: yarn run publish