fastn-stack / fastn

🚧 (Alpha stage software) fastn - better way to build websites 🚧
https://fastn.com
GNU Affero General Public License v3.0
463 stars 36 forks source link

Fix: dependency download for fifthtry packages #1909

Closed Arpita-Jaiswal closed 1 month ago

Arpita-Jaiswal commented 1 month ago

When dealing with package zips from GitHub (fifthtry.github.io/package-doc), the zip file structure includes a top-level folder named package-doc-<commit-id> which contains all the files. Therefore, the path for FASTN.ftd becomes package-doc-<commit-id>/FASTN.ftd. On the other hand, zips from FifthTry packages do not have such a top-level folder, so the path for FASTN.ftd is simply FASTN.ftd.

This PR added logic to handle path differences between GitHub and FifthTry package zips.