mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Update main.yml
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -19,15 +19,9 @@ jobs:
|
|||||||
python -m pip install poetry
|
python -m pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry run python -m pip install nuitka
|
poetry run python -m pip install nuitka
|
||||||
- uses: Nuitka/Nuitka-Action@main
|
- name: Build
|
||||||
with:
|
run: |
|
||||||
nuitka-version: main
|
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
|
||||||
script-name: main.py
|
|
||||||
standalone: true
|
|
||||||
include-data-dir: assets=assets
|
|
||||||
include-data-files: |
|
|
||||||
agent.js=agent.js
|
|
||||||
config.toml=config.toml
|
|
||||||
- name: Generate ZIP
|
- name: Generate ZIP
|
||||||
run: |
|
run: |
|
||||||
ren main.dist AppleMusicDecrypt
|
ren main.dist AppleMusicDecrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user