From 352ccec17f9d949150a5aedf78b1a4e2af8e540f Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 00:24:57 +0200 Subject: Itch.io deployment script now deploys two packages --- ci/deploy-itchio.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/deploy-itchio.sh b/ci/deploy-itchio.sh index 8177d8f..2de0e48 100755 --- a/ci/deploy-itchio.sh +++ b/ci/deploy-itchio.sh @@ -1,3 +1,9 @@ #!/bin/sh -DESTDIR=$staging cmake --install $builddir +install-component() { + DESTDIR=$staging cmake --install $builddir --component $1 +} +install-component Copyright +install-component Runtime +butler push $staging $target:$branch-executables-only-windows-x86 --userversion-file $builddir/version +install-component Resources butler push $staging $target:$branch-full-windows-x86 --userversion-file $builddir/version -- cgit v1.1