mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
- Beta-Builds: Updated bundleID suffix with beta build to match source
This commit is contained in:
@@ -106,7 +106,12 @@ new_version = {
|
||||
"size": SIZE,
|
||||
"sha256": SHA256,
|
||||
}
|
||||
versions.insert(0, new_version)
|
||||
|
||||
if versions is []:
|
||||
versions.append(new_version)
|
||||
else:
|
||||
# versions.insert(0, new_version) # insert at front
|
||||
versions[0] = new_version # replace top one
|
||||
|
||||
# Save the updated JSON to the input file
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user