Browse Source

Add two helpers for the update server

pull/689/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
a4f629164b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 3
      tools/update-server/genflist.sh
  2. 4
      tools/update-server/genversion.sh

3
tools/update-server/genflist.sh

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
#!/bin/bash
./qtox-updater-genflist /var/www/html/qtox/win32/

4
tools/update-server/genversion.sh

@ -0,0 +1,4 @@ @@ -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…
Cancel
Save