mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Add two helpers for the update server
This commit is contained in:
parent
fbbffc0806
commit
a4f629164b
3
tools/update-server/genflist.sh
Normal file
3
tools/update-server/genflist.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
./qtox-updater-genflist /var/www/html/qtox/win32/
|
||||
|
4
tools/update-server/genversion.sh
Normal file
4
tools/update-server/genversion.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
echo -n 1 > /var/www/html/qtox/win32/version
|
||||
./qtox-updater-sign $1 >> /var/www/html/qtox/win32/version
|
||||
|
Loading…
Reference in New Issue
Block a user