Skip to content

Commit b255c1b

Browse files
committed
patch: use pop-launcher patch pop-os/launcher#242
Signed-off-by: Ryan Brue <[email protected]>
1 parent 5c9757b commit b255c1b

File tree

2 files changed

+27
-44
lines changed

2 files changed

+27
-44
lines changed

Cargo.lock

Lines changed: 25 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic/", features = [
3030
tracing = "0.1"
3131
nix = { version = "0.27.1", features = ["process"] }
3232
once_cell = "1.17"
33-
pop-launcher = { git = "https://github.com/pop-os/launcher/", rev = "091581c" }
34-
pop-launcher-service = { git = "https://github.com/pop-os/launcher/", rev = "091581c" }
33+
pop-launcher = { git = "https://github.com/ryanabx-contrib/launcher/", rev = "e79a9500cc2ff58e02af1e115efebda025c5480a" }
34+
pop-launcher-service = { git = "https://github.com/ryanabx-contrib/launcher/", rev = "e79a9500cc2ff58e02af1e115efebda025c5480a" }
3535
pretty_env_logger = "0.5"
3636
rust-embed = "6.3.0"
3737
serde = { version = "1.0.152", features = ["derive"] }

0 commit comments

Comments
 (0)