* Updater:
- Add new unsigned update option, triggered by last-modified date, using the new EepHead. Buttons still are not hidden after download complete. - Make the .sud updater use the temp dir when proxied - Several cleanups
This commit is contained in:
@ -63,6 +63,12 @@
|
||||
<tr>
|
||||
<td class= "mediumtags" align="right"><b>Trusted keys:</b>
|
||||
<td><textarea name="trustedKeys" wrap="off"><jsp:getProperty name="updatehelper" property="trustedKeys" /></textarea>
|
||||
<tr>
|
||||
<td class= "mediumtags" align="right"><b>Update with unsigned development builds?</b>
|
||||
<td><jsp:getProperty name="updatehelper" property="updateUnsigned" />
|
||||
<tr>
|
||||
<td class= "mediumtags" align="right"><b>Unsigned Build URL:</b></td>
|
||||
<td><input type="text" size="60" name="zipURL" value="<jsp:getProperty name="updatehelper" property="zipURL" />"></td>
|
||||
<tr>
|
||||
<td>
|
||||
<td><div class="formaction">
|
||||
|
Reference in New Issue
Block a user