abdfahim
Well-known member
A quick question:
When I export an addon, the hashes.json file contents full path to each file
When I export an addon, the hashes.json file contents full path to each file
So, I have to manually change the file to{
"C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb/wcdmaparser/xflive/src/addons/AbdFahim/MyAddonA/_build/upload/src/addons/AbdFahim/MyAddonA/addon.json": "767d8d3457890345678456794560030aa44ded03bcc857f3",
"C:/Program Files (x86)/EasyPHP-DevServer-14.1VC9/data/localweb/wcdmaparser/xflive/src/addons/AbdFahim/MyAddonA/_build/upload/src/addons/AbdFahim/MyAddonA/Listener.php": "b9d5290345678903456789034567903456789c0d10d32c71f",
.....................
.....................
}
Is there any way to avoid this such that hashes.json shows the relative path?{
"src/addons/AbdFahim/MyAddonA/addon.json": "767d8d3457890345678456794560030aa44ded03bcc857f3",
"src/addons/AbdFahim/MyAddonA/Listener.php": "b9d5290345678903456789034567903456789c0d10d32c71f",
.....................
.....................
}
Last edited: