Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldObservationLog authored May 4, 2024
1 parent bd91857 commit e0718e3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ jobs:
python -m pip install poetry
poetry install
poetry run python -m pip install nuitka
- uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: main.py
standalone: true
include-data-dir: assets=assets
include-data-files: |
agent.js=agent.js
config.toml=config.toml
- 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
- name: Generate ZIP
run: |
ren main.dist AppleMusicDecrypt
Expand Down

0 comments on commit e0718e3

Please sign in to comment.