Skip to content

Commit a7a97a3

Browse files
committed
rebuild
github desktop was being weird about it
1 parent b870ef6 commit a7a97a3

File tree

3 files changed

+211
-907
lines changed

3 files changed

+211
-907
lines changed

base-hack/Build/install_packages.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
for pkg in installed_packages_list:
1414
print("-", pkg)
1515
pkg_data = pkg.split("==")
16-
if len(pkg_data) > 1:
17-
current_packages.append({"name": pkg_data[0], "version": pkg_data[1]})
16+
current_packages.append({"name": pkg_data[0], "version": pkg_data[1]})
1817

1918
print("Checking Packages:")
2019
for req_pkg in required_build_packages:

static/patches/shrink-dk64.bps

-29 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)