Closed mlvea closed 8 years ago
You can easily move/rename the filter afterwards in your Fastfile
using sh "mv screenshots.html index.html"
. Let me know if you need help with that
Yup. Thats how I do it at the moment.
Dir.chdir "path/to/screenshots/directory"
sh "mv screenshots.html index.html;
Plz consider it as trivial feature request.
Cool :+1:
This issue was migrated to https://github.com/fastlane/fastlane/issues/2501. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Currently the template file always be the 'screenshots.html'. Give option to configure this name via Snapfile. For example someting like 'index.html'