summaryrefslogtreecommitdiffhomepage
path: root/ci/deploy-itchio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy-itchio.sh')
-rwxr-xr-xci/deploy-itchio.sh8
1 files changed, 7 insertions, 1 deletions
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