From 6986b0d6da89acd8fff117a62b75332f54259f84 Mon Sep 17 00:00:00 2001 From: WorldObservationLog Date: Sat, 4 May 2024 23:03:24 +0800 Subject: [PATCH] docs: add way to deploy using pre-built script --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a1e12e..3bcdac4 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ fridaPath = "/data/local/tmp/frida-server-16.2.1-android-x86_64" # Replace this suMethod = "su 0" ``` ## Run Script +### Use pre-built script (For Windows) +Download latest build from [Actions](https://github.com/WorldObservationLog/AppleMusicDecrypt/actions) (need login your GitHub account). Unzip it, and run `main.exe` +### Manually Run ```shell git clone https://github.com/WorldObservationLog/AppleMusicDecrypt.git cd AppleMusicDecrypt