Why the 'all' script wants to pack win32, other linux arch (32bit vs 64bit) and osx binaries with 'release' parameter when there are not built with 'compile' and raises error if the needed files are not there?
It wants to use fteqcc.linux32 even on 64bit Linux distro and does not copy fteqcc.bin to Xonotic/fteqcc/ directory and does not copy darkplaces-* binaries to Xonotic/xonotic-linux* files.
Other problems are with rsync and ssh trying to connect to host named like linux Xonotic binaries.
And script wants to get one .svg file for conversion from mediasource even when mediasource is disabled and not cloned.
After hashing these problematic lines and manually copy fteqcc, darkplaces binaries the 'all release' script does its job.
And I was supprised that I saw it wants to use The Compressor under WINE, but it worked (slow but worked properly) when I had installed it.
It's on todays git clone from few hours ago.
It wants to use fteqcc.linux32 even on 64bit Linux distro and does not copy fteqcc.bin to Xonotic/fteqcc/ directory and does not copy darkplaces-* binaries to Xonotic/xonotic-linux* files.
Other problems are with rsync and ssh trying to connect to host named like linux Xonotic binaries.
And script wants to get one .svg file for conversion from mediasource even when mediasource is disabled and not cloned.
After hashing these problematic lines and manually copy fteqcc, darkplaces binaries the 'all release' script does its job.
And I was supprised that I saw it wants to use The Compressor under WINE, but it worked (slow but worked properly) when I had installed it.
It's on todays git clone from few hours ago.