You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Hello, am I doing this very wrong and breaking stuff or slightly wrong?
I edited /DEBIAN/control file and removed libcurl3 dependency since libcurl4 is installed and repackaged deb file and installed it.
It works fine as far as I can tell, live preview, two pages previewed different ports etc.
Does this mean brackets is actually using library 4, or does it mean it's not using anything since it wants 3. Should I download 3 and repackage it inside brackets so it can actually use it?
What parts of brackets use libcurl so I can see if it's broken, how can I test that.
Edit: I read somewhere else on here that libcurl isn't actually needed at all.
So I just repackaged it without those depencencies.