Download uTox from own Server
Not really an issue but i don't know where else to ask Is there any possibility to use tox update to download self compiled uTox versions from own server?
Thanks in advance
It is possible by modifying the source to use your own domain and public_key[], and hosting the correct files on your server. The files are named "win32-latest", "win64-latest", and "version1". The first two are .exes that have been first xz compressed and then signed with libsodium's crypto_sign_ed25519() using the private key matching the public_key[] in the updater. The "version1" is a signed text format file containing a version number to compare with followed by a space and an updater version number that should match the #define in the updater, ex: "1.0.0 2"
Command used for xz compression:
xz -z -e -k -f --check=crc32 bin/uTox-32.exe