From d82a9611e92d6a9b903ca605ef4e72a17607dc8a Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 27 Sep 2023 22:42:39 -0400 Subject: package and license file updates --- Taskfile.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'Taskfile.yaml') diff --git a/Taskfile.yaml b/Taskfile.yaml index b16b082..bb95e21 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -51,7 +51,6 @@ tasks: cmds: #copy license and readme to target - - cd .. && powershell -Command "Copy-Item -Path ./LICENSE.txt -Destination '{{.BUILD_OUT}}/license.txt'" - cd .. && powershell -Command "Copy-Item -Path ./build.readme.md -Destination '{{.BUILD_OUT}}/readme.md'" #tar outputs -- cgit