Skip to content

Commit

Permalink
Work around a possible Ploutos bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 20, 2024
1 parent 19677f6 commit d5816d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion successor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ section = "net"
extended-description-file = "pkg/debian/description.txt"
license-file = ["LICENSE", "0"]
maintainer-scripts = "pkg/debian/"
changelog = "target/debian/changelog" # this will be generated by the pkg workflow
# Possible bug: Ploutos needs a full path for the changelog, but probably shouldn't.
changelog = "successor/target/debian/changelog" # this will be generated by the pkg workflow
copyright = "Copyright (c) 2022, Your Company. All rights reserved."
assets = [
["target/release/successor", "/usr/bin/successor", "755"],
Expand Down

0 comments on commit d5816d3

Please sign in to comment.