-
Notifications
You must be signed in to change notification settings - Fork 549
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
feat: add icons in timeline for windows #706
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@tribhuwan-kumar nice! just wondering - what happen if this fail for some reason, does it crash the timeline? should not for example if cannot find powershell or something like this otherwise looks good to me! |
nope, it'll not crash the timeline |
/approve |
Could not find a claim that corresponds to the PR. Please add the |
@tribhuwan-kumar make sure to add claim thanks for amazing work! can you also do the linux one? |
i'll add claim in linux pr :) |
@louis030195 |
@louis030195 |
/approve |
Could not find a claim that corresponds to the PR. Please add the |
/tip $50 @tribhuwan-kumar |
🎉🎈 @tribhuwan-kumar has been awarded $50! 🎈🎊 |
name: add icons in timeline for windows
about: it can currently exe of installed apps using
Get-AppxPackage
for microsoft installed apps, from registry key for installed application from installer, and searches in potential path like start menu and andC:\windows
to get the exe path by app name, then it extracts icons from .exe and .lnk (modified zmconnelly/windows-icons this crate to tribhuwan-kumar/windows-iconstitle: #643
labels: ''
assignees: ''
/claim #643
ps: it took some time to load all icons, maybe some asynchronous issue, fixing it
fix: #643
description
related issue: #
type of change
how to test
add a few steps to test the pr in the most time efficient way.
if relevant add screenshots or screen captures to prove that this PR works to save us time.
checklist
additional notes
any other relevant information about the pr.