summaryrefslogtreecommitdiffhomepage
path: root/ci/deploy-itchio.sh
blob: 2de0e48a8f991fb5088a8f84d67162b5df6b65c6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
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