iKenndac / Tofu

An easy-to-use two-factor authentication app for iOS
https://tofuauth.com
ISC License
489 stars 64 forks source link

Update icon regen script to leverage git changes instead of bruteforce-regenerating all icons on every run #134

Open pkirkovsky opened 10 months ago

pkirkovsky commented 10 months ago

Instead of for file in ./IssuerIcons/*.png we can use git ls-files --others --exclude-standard to give us a list of untracked files in the current branch so we can operate only on those files. The workflow largely remains the same, except now icon contributors will have much smaller commits :)