|
|
@ -1,7 +1,7 @@ |
|
|
|
on: |
|
|
|
on: |
|
|
|
push: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build_winodws: |
|
|
|
build_winodws: |
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
poetry run python -m pip install nuitka |
|
|
|
poetry run python -m pip install nuitka |
|
|
|
- name: Build |
|
|
|
- name: Build |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
poetry run python -m nuitka main.py --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: Generate ZIP |
|
|
|
- name: Generate ZIP |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
ren main.dist AppleMusicDecrypt |
|
|
|
ren main.dist AppleMusicDecrypt |
|
|
|