Update main.yml

pull/1/head
世界观察日志 5 months ago committed by GitHub
parent 9cb6ddf7d7
commit a2b3d165d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/main.yml

@ -21,7 +21,7 @@ jobs:
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 --include-module=mitmproxy_windows
- name: Rename
run: |
ren main.dist AppleMusicDecrypt

Loading…
Cancel
Save