mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,7 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build_winodws:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
poetry run python -m pip install nuitka
|
||||
- name: Build
|
||||
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
|
||||
run: |
|
||||
ren main.dist AppleMusicDecrypt
|
||||
|
||||
Reference in New Issue
Block a user