Skip to content

Commit f1a7e02

Browse files
committed
Update release script and update.json for libcrypto-3 and thcrap_cs_lib
1 parent a6f517a commit f1a7e02

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

bin/bin/update.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,11 @@
135135
"exist": "thcrap_configure.exe"
136136
},
137137
"delete": "thcrap_configure.exe"
138+
},
139+
{
140+
"detect": {
141+
"exist": "bin\\libcrypto-1_1.dll"
142+
},
143+
"delete": "bin\\libcrypto-1_1.dll"
138144
}
139145
]

scripts/release_build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ FILES_LIST="bin/act_nut_lib.dll \
77
bin/cacert.pem \
88
bin/fribidi.dll \
99
bin/jansson.dll \
10-
bin/libcrypto-1_1.dll \
10+
bin/libcrypto-3.dll \
1111
bin/libcurl.dll \
1212
bin/libpng16.dll \
13-
bin/libssl-1_1.dll \
13+
bin/libssl-3.dll \
1414
bin/Microsoft.Bcl.AsyncInterfaces.dll \
1515
bin/Microsoft.WindowsAPICodePack.dll \
1616
bin/Microsoft.WindowsAPICodePack.Shell.dll \
@@ -30,6 +30,7 @@ FILES_LIST="bin/act_nut_lib.dll \
3030
bin/thcrap_configure.exe \
3131
bin/thcrap_configure_v3.exe \
3232
bin/thcrap_configure_v3.exe.config \
33+
bin/thcrap_cs_lib.dll \
3334
bin/thcrap.dll \
3435
bin/thcrap_i18n.dll \
3536
bin/thcrap_loader.exe \

0 commit comments

Comments
 (0)