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

@@ -1,9 +1,8 @@
To fully host the client generator yourself, you will need to following:
1) A Github account that has a fork of rustdesk
2) A Github fine-grained access token with permissions for your rustdesk repository
3) An FTP server to upload the generated clients
4) On the server running the client generator:
1) A Github account with a fork of this repo
2) A Github fine-grained access token with permissions for your rdgen repository
3) On the server running the client generator:
a) environment variables:
GHUSER="your github username"
GHBEARER="your fine-graned access token"
@@ -16,4 +15,4 @@ To fully host the client generator yourself, you will need to following:
WINDOWS_PFX_BASE64
WINDOWS_PFX_PASSWORD
WINDOWS_PFX_SHA1_THUMBPRINT
5) A windows computer or VM that is set up to build rustdesk, and is setup as a self-hosted github runner
4) A windows computer or VM that is set up to build rustdesk, and is setup as a self-hosted github runner