XF 2.0 Properly Exporting an Add-on and Update File Checks

AndrewSimm

Well-known member
I completed the 7 add-ons that will be unique to my site. I would like to export them so I can install them on my prod server.

I ran this command, and I put a zip folder in my _releases folder
php cmd.php xf-addon:build-release

My question is in regards to the addons installed on my dev server. Most of the files fail the file check, and I am not sure how this will translate to prod. Am I in the all clear with these zip files? Is there a chance I could lose anything?
 
You can delete the hashes.json file from your dev server. When you deploy the add on to production the zip will contain an up to date hashes file.
 
Top Bottom