PDA

View Full Version : why when I edit an extension does not appear on my extension list?



Master Wolf
September 18th, 2021, 23:30
I made some changes on my extentions following the next steps:

>change myextesion.ext file to myextesion.zip
>unzip myextension.zip and access the folder
>open extension.xml with notepad++
>change this information in the file:

<root version="3.2">
<properties>
<name>Theme: Wolf</name>
<author>Charlie Wolf</author>
<version>0.0.1</version>
<description>Dark, warm and reduced user interface for FGU and DnD 5E</description>

<ruleset>
<name>5E</name>
</ruleset>
</properties>

>save file.
>zip the folder
>change myextension.zip to myextension.ext
>replace the ext file and check for updates.

Moon Wizard
September 18th, 2021, 23:45
Make sure that the extension.xml is in the root location of the ZIP file after you zip it back up. You can't just zip up whole folder; you have to zip up the contents.

Regards,
JPG

Master Wolf
September 19th, 2021, 00:25
thank you very much! I have been looking everywhere! thanks!