fix: format code

This commit is contained in:
WorldObservationLog
2024-05-04 23:59:52 +08:00
parent efe1f4efd5
commit 3b00e3175a
18 changed files with 1123 additions and 1080 deletions

View File

@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- master
jobs:
build_winodws:
@@ -16,15 +16,15 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
python -m pip install poetry
poetry install
poetry run python -m pip install nuitka
python -m pip install poetry
poetry install
poetry run python -m pip install nuitka
- name: Build
run: |
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
- name: Rename
run: |
ren main.dist AppleMusicDecrypt
ren main.dist AppleMusicDecrypt
- name: Upload CLI artifact
uses: actions/upload-artifact@v4
with: