okay updated the catbox link with a 5mb (40mb) tar.xz by removing openssl and adding openssl as a swift package

also this should fix crashing when it cant find openssl dylib
This commit is contained in:
neon443
2025-09-20 01:01:23 +05:30
parent 2ff111ae6a
commit 606945e4e6
3 changed files with 31 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ git submodule init
rm -rf SwiftTerm
git clone https://github.com/neon443/SwiftTerm -b jelly
mkdir Frameworks; cd Frameworks
curl -o frameworks.tar.xz https://files.catbox.moe/hd2s6n.xz
curl -o frameworks.tar.xz https://files.catbox.moe/buydq9.xz
tar xzf frameworks.tar.xz
rm frameworks.tar.xz