Skip to content

Commit 9c49351

Browse files
limine: update to v4.0 :party:
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 5ddb55d commit 9c49351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def download_bundled():
231231
file.write(response.content)
232232

233233
if not os.path.exists(limine_path):
234-
run_command(['git', 'clone', '--branch', 'v3.0-branch-binary',
234+
run_command(['git', 'clone', '--branch', 'v4.x-branch-binary',
235235
'--depth', '1', LIMINE_URL, limine_path])
236236

237237
if not os.path.exists(SYSROOT_DIR):

0 commit comments

Comments
 (0)