mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
05c9ae9390
Update the version file format to 2, breaks backward compatibility.
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
echo -n 2 > version
|
|
./qtox-updater-sign `date +%s`!$1 >> version
|
|
|