Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pkirkovsky
Copy link

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 :)

@pkirkovsky pkirkovsky changed the title Update regen script to leverage git changes instead of bruteforce-regenerating all icons on every run Update icon regen script to leverage git changes instead of bruteforce-regenerating all icons on every run Aug 26, 2023
GenerateIssuerIconAssets.sh Outdated Show resolved Hide resolved
whitespace cleanup

Co-authored-by: ThinkChaos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants