mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #282] [MERGED] very basic ico creation out of github actions #470
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/282
Author: @jacomago
Created: 2/25/2022
Status: ✅ Merged
Merged: 5/19/2022
Merged by: @jpochyla
Base:
master← Head:master📝 Commits (4)
8e633a4very basic ico creation out of github actions76c49feremove ico2b5de53Use image-rs for ico creation048a345Made extra functions applicable only to windows📊 Changes
5 files changed (+334 additions, -28 deletions)
View changed files
📝
.github/workflows/build.yml(+0 -20)📝
.gitignore(+1 -0)📝
Cargo.lock(+294 -7)📝
psst-gui/Cargo.toml(+1 -0)📝
psst-gui/build.rs(+38 -1)📄 Description
To fix #259
Note I didn't add all of the other variations of resolution and color sizes, since from ico format history it seems that from Windows Vista resolution: 256x256 is supported with all colors. Also that is the point at which png are supported, so I don't think smaller icons are necessary.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.