Apps and modules may not have different arches than other releases #1

Open
opened 2025-01-07 04:26:03 +00:00 by ihatenodejs · 2 comments
ihatenodejs commented 2025-01-07 04:26:03 +00:00 (Migrated from github.com)

I noticed this error while trying to enter data into apps.json. When I go to add two arches (or in this case, sources) while another release has a different arch, it won't update (like depicted below):

"v1.6.0": {
  "example1": "https://p0ntus.com/archives/android/apps/KeyAttestationDemo.apk",
  "example2": "https://p0ntus.com/somefile.apk"
},
"v1.5.0": {
  "all": "https://github.com/vvb2060/KeyAttestation/releases/download/v1.5.0/KeyAttestation-v1.5.0.apk"
},

Outputs:

Version: v1.6.0
Arches: example1, example2

Version: 1.5.0
Arches: example1, example1


It should be outputting:

Version: v1.6.0
Arches: example1, example2

Version: 1.5.0
Arches: all


This error occurs because the page is not being updated when the user selects another item, where the JSON must be read again to determine the available arches for that version.

I noticed this error while trying to enter data into `apps.json`. When I go to add two arches (or in this case, sources) while another release has a different arch, it won't update (like depicted below): ```json "v1.6.0": { "example1": "https://p0ntus.com/archives/android/apps/KeyAttestationDemo.apk", "example2": "https://p0ntus.com/somefile.apk" }, "v1.5.0": { "all": "https://github.com/vvb2060/KeyAttestation/releases/download/v1.5.0/KeyAttestation-v1.5.0.apk" }, ``` Outputs: Version: `v1.6.0` Arches: `example1`, `example2` Version: `1.5.0` Arches: `example1`, `example1` <hr /> It should be outputting: Version: `v1.6.0` Arches: `example1`, `example2` Version: `1.5.0` Arches: `all` <hr /> This error occurs because the page is not being updated when the user selects another item, where the JSON must be read again to determine the available arches _for that version_.
aidan added the
bug
label 2025-02-07 06:56:15 +00:00

I have been busy working on many new projects, but I will be working on many improvements to past projects soon. This issue should be fixed shortly, so I can include new releases.

I have been busy working on many new projects, but I will be working on many improvements to past projects soon. This issue should be fixed shortly, so I can include new releases.

This issue is now affecting https://github.com/Mahmud0808/Iconify and will be noted in README.md

This issue is now affecting https://github.com/Mahmud0808/Iconify and will be noted in `README.md`
Sign in to join this conversation.
No description provided.