mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
625c9792a2
Forgot to update them. But it turns out they are already multiplatform.
5 lines
67 B
Bash
5 lines
67 B
Bash
#!/bin/bash
|
|
echo -n 1 > version
|
|
./qtox-updater-sign $1 >> version
|
|
|