change to using actions on rdgen, added linux and android initial support

This commit is contained in:
Bryan Gerlach
2024-09-27 20:10:41 -05:00
parent e0f80826ab
commit 998ece0856
8 changed files with 1522 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
Status: {{status}}
<script>
setTimeout(function() {
window.location.replace('/check_for_file?filename={{filename}}&uuid={{uuid}}');
window.location.replace('/check_for_file?filename={{filename}}&uuid={{uuid}}&platform={{platform}}');
}, 5000); // 5000 milliseconds = 5 seconds
</script>
</body>