From 6ac2858816a0aad224c953cb70affcce6af5ea7f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 10 Jul 2020 11:01:49 +0000 Subject: Fixed the build to include the examples in the right location. --- make.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 92559930..b79d52e5 100755 --- a/make.sh +++ b/make.sh @@ -3,12 +3,13 @@ rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.3/ *.pkg.*.xz archinstall-*.tar.gz -python3 setup.py sdist bdist_wheel nuitka3 --standalone --show-progress archinstall - +cp -r examples/ archinstall.dist/ mv archinstall.dist archinstall-v2.0.3 tar -czvf archinstall-v2.0.3.tar.gz archinstall-v2.0.3 makepkg -f -rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.3/ archinstall-*.tar.gz +python3 setup.py sdist bdist_wheel echo 'python3 -m twine upload dist/*' + +rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.3/ -- cgit v1.2.3-54-g00ecf