Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install_addon() didn't take into account dir paths with trailing slas…
…hes (#13694) * install_addon() didn't take into account dir paths with trailing slashes If install_addon() was called with a path argument pointing to to an extension directory and the path argument value itself ended with a trailing slash, install_addon() would eat the first character of each file it would be adding to the synthetized xpi file. Fixes #13685 * replacing os.rpath with os.path.normpath() suggested by codiumai-pr-agent-pro
- Loading branch information