Skip to content

feat: RuStore downloader#226

Open
Foxushka wants to merge 3 commits intoEFForg:masterfrom
Foxushka:master
Open

feat: RuStore downloader#226
Foxushka wants to merge 3 commits intoEFForg:masterfrom
Foxushka:master

Conversation

@Foxushka
Copy link
Copy Markdown

@Foxushka Foxushka commented Jan 7, 2026

No description provided.

@TheCrushera
Copy link
Copy Markdown

gh pr checkout 226

Copy link
Copy Markdown

@nekromant nekromant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to add rustore params as options.


fn download_request_body(app_id: u64) -> String {
serde_json::to_string(&json!({
"appId": app_id,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it might be a good candidates to expose as options for -o flag?

"appId": app_id,
"firstInstall": true,
"mobileServices": ["GMS", "HMS"],
"supportedAbis": ["arm64-v8a"],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Especially this one.

@nekromant
Copy link
Copy Markdown

I was almost about to implement it myself, but @Foxushka was way faster. I've thown in a little review on some lines, but overall great work. I hope it gets merged soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants