From 03e2722d535be27091a7f3697de8de19c1468009 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sat, 10 Sep 2022 09:21:31 +0300 Subject: [PATCH] Release build system: add README to releases --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 83ee4e8..1216643 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,11 @@ cross_release: clean cp COPYING release/rip_i686-unknown-linux-musl cp COPYING release/rip_i686-pc-windows-gnu + cp README.md release/rip_x86_64-pc-windows-gnu + cp README.md release/rip_x86_64-unknown-linux-musl + cp README.md release/rip_i686-unknown-linux-musl + cp README.md release/rip_i686-pc-windows-gnu + cp target/x86_64-pc-windows-gnu/release/rip.exe release/rip_x86_64-pc-windows-gnu cp target/x86_64-unknown-linux-musl/release/rip release/rip_x86_64-unknown-linux-musl cp target/i686-unknown-linux-musl/release/rip release/rip_i686-unknown-linux-musl