From fe6cf4b8b85e7eb4b8f9be11578258d06e2887e5 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 00:34:55 +0200 Subject: Fixed component installation identifier --- ci/deploy-itchio.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/deploy-itchio.sh b/ci/deploy-itchio.sh index 2de0e48..41e4e45 100755 --- a/ci/deploy-itchio.sh +++ b/ci/deploy-itchio.sh @@ -1,9 +1,9 @@ #!/bin/sh -install-component() { +install_component() { DESTDIR=$staging cmake --install $builddir --component $1 } -install-component Copyright -install-component Runtime +install_component Copyright +install_component Runtime butler push $staging $target:$branch-executables-only-windows-x86 --userversion-file $builddir/version -install-component Resources +install_component Resources butler push $staging $target:$branch-full-windows-x86 --userversion-file $builddir/version -- cgit v1.1