-
I am simply trying to install the "catpuccindactyl" Extension, but it simply IS NOT WORKING, Tells me it's searching and installing it, then it errors out saying "End-ofcentral-directory signature not found" And this confuses me emensely, Why is it trying to install a zip file? shouldn't the blueprint file do that? |
Beta Was this translation helpful? Give feedback.
Answered by
prplwtf
May 7, 2025
Replies: 1 comment 3 replies
-
Blueprint extensions are compressed into ZIP format. To fix this, go through the following steps:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
prplwtf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blueprint extensions are compressed into ZIP format.
unzip
is having trouble reading the extension's contents.To fix this, go through the following steps:
extension.blueprint
toextension.zip
and extract it on your local device./path/to/pterodactyl/.blueprint/dev
.blueprint -export
to re-export the extension.blueprint -install extension
(blueprint -install catppuccindactyl
in your case).blueprint -wipe
.Hope this helps!