Skip to content

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

Open
pkirkovsky wants to merge 3 commits into
iKenndac:mainfrom
pkirkovsky:better-icon-generator
Open

Update icon regen script to leverage git changes instead of bruteforce-regenerating all icons on every run#134
pkirkovsky wants to merge 3 commits into
iKenndac:mainfrom
pkirkovsky:better-icon-generator

Conversation

@pkirkovsky

Copy link
Copy Markdown

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
Comment thread GenerateIssuerIconAssets.sh Outdated
whitespace cleanup

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>
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.

2 participants