mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #82] Use cargo bundle #61
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#61
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?
Originally created by @Kethku on GitHub (Jul 26, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/82
This would enable icons to be added to the built assets for linux and macos
@Kethku commented on GitHub (Jul 26, 2021):
https://github.com/jpochyla/psst/issues/74
@Kethku commented on GitHub (Jul 26, 2021):
An example for how this could be done can be found here in the pipeline here: https://github.com/Kethku/neovide/blob/main/.github/workflows/build.yml#L109
and in the configuration here:
https://github.com/Kethku/neovide/blob/main/Cargo.toml#L70
@jpochyla commented on GitHub (Aug 18, 2021):
Thanks for the pointers! I have it ready, got stuck on designing the icon :)
@jpochyla commented on GitHub (Aug 18, 2021):
Minimal bundle info added in
b10c34ff53, more incoming.@jpochyla commented on GitHub (Aug 19, 2021):
There's now a rudimentary
cargo bundleintegration in CI (for macOS). Thanks for help!