Question: Where are the build workflow .yml files for RDGen? #157
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Bryan,
I’ve been testing your RDGen project and I really like the idea and the architecture. I’m currently using it in a lab environment and planning to integrate something similar into my internal tools.
While going through the repository, I noticed that the core part of the build process — the GitHub Actions workflows that actually generate the MSI/EXE installers — seems to be missing or not fully included in the public repo.
Since RDGen relies on GitHub Actions to apply the RustDesk customizations and perform the final Windows build, I wanted to ask if you could share any of the scripts, workflow YAMLs, or build steps you use privately.
They don’t need to be polished. Even drafts or partial files would help me understand how you structured the build pipeline.
I’m using this purely for internal/lab experimentation and testing, and would really appreciate any guidance you can provide.
Thanks again for publishing the project — the panel part is already super helpful.
Best regards,
Marcelo
https://github.com/bryangerlach/rdgen/blob/master/.github/workflows/generator-windows.yml modified from https://github.com/rustdesk/rustdesk/blob/master/.github/workflows/flutter-build.yml#L65
100% of rdgen is open source and in this repo.