diff --git a/successor/Cargo.toml b/successor/Cargo.toml index 9c0b7d2..072c6ce 100644 --- a/successor/Cargo.toml +++ b/successor/Cargo.toml @@ -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"],