summaryrefslogtreecommitdiffhomepage
path: root/ci/deploy-itchio.sh
blob: 2d5ee9f4da2b1b56c8dbb1345483bd99fe5062df (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.txt
install_component Resources
butler push $staging $target:$branch-full-windows-x86 --userversion-file $builddir/version.txt