XF 2.0 Any tips to build hashes.json automatically?

CleanTalk Team

Active member
Hello,

In other topics i've found some answers from stuff members when they said that hashes.json should build automatically when you build a release. However, yesterday we've released our mod i coudn't find this file inside my zip package when i download it.
 
"Build a release" refers to the process you can run inside XF2 itself which collates all of the files for your add-on, calculates the hashes and saves it all in a zip package.

It's a command you run on the CLI:

Code:
php cmd.php xf-addon:build-release YourAddOnId
 
By the way, is this the same add-on you released yesterday and then deleted?
 
Top Bottom