From 14ed478b10d8e575659b7b0f66a857e0d92a3011 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:12:13 +0100 Subject: [PATCH] Use successor pkg dir. --- successor/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/successor/Cargo.toml b/successor/Cargo.toml index 711f2bf..072c6ce 100644 --- a/successor/Cargo.toml +++ b/successor/Cargo.toml @@ -21,9 +21,9 @@ authors = ["Some Author "] name = "successor" priority = "optional" section = "net" -extended-description-file = "successor/pkg/debian/description.txt" +extended-description-file = "pkg/debian/description.txt" license-file = ["LICENSE", "0"] -maintainer-scripts = "successor/pkg/debian/" +maintainer-scripts = "pkg/debian/" # 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."