Skip to content

Commit 62c9bad

Browse files
committed
fix: 25.12 uses apk
1 parent c5a4d66 commit 62c9bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdFJZ2qVti49Ol8LJZYuxgOCLowBS\n\
125125

126126
if (current_openwrt != "SNAPSHOT") {
127127
openwrt_branch = "openwrt-" + current_openwrt.substring(0, 5);
128-
repo_keys = ["RWSnGzyChavSiyQ+vLk3x7F0NqcLa4kKyXCdriThMhO78ldHgxGljM/8"];
129128
if (current_openwrt.substring(0, 2) < 25) {
129+
repo_keys = ["RWSnGzyChavSiyQ+vLk3x7F0NqcLa4kKyXCdriThMhO78ldHgxGljM/8"];
130130
packages_ref = "";
131131
}
132132
}

0 commit comments

Comments
 (0)