Tonfotos implements automatic updates for both macOS and Windows. This comes in handy as we are going to actively develop our application and add new features fast. The application will periodically check for new version availability, and if it is there, will seamlessly download and install it. You don't need to visit this page again or download new installer.
In order to set up automatic updates on Linux, some additional configuration should be done. Basically, you need to add Tonfotos Repo to your package manager, and it will take it from there. Please open your terminal and run following commands depending on your distribution.
sudo sh -c 'echo "deb "https://tonfotos.com/distribution/tonfotos/release/linux/debian/" binary/" > /etc/apt/sources.list.d/tonfotos.list'
wget -O - https://tonfotos.com/distribution/public.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install tonfotos
wget "https://tonfotos.com/distribution/tonfotos/release/linux/tonfotos.repo"
sudo mv "tonfotos.repo" "/etc/yum.repos.d/tonfotos.repo"
rpm --import https://tonfotos.com/distribution/public.key
yum install tonfotos