Question: Where are the build workflow .yml files for RDGen? #157

Closed
opened 2025-11-24 11:22:08 +08:00 by mjrolin · 2 comments
mjrolin commented 2025-11-24 11:22:08 +08:00 (Migrated from github.com)

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

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
passengerKing commented 2025-11-24 15:22:07 +08:00 (Migrated from github.com)
[https://github.com/bryangerlach/rdgen/blob/master/.github/workflows/generator-windows.yml](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](https://github.com/rustdesk/rustdesk/blob/master/.github/workflows/flutter-build.yml#L65)
bryangerlach commented 2025-11-24 23:11:00 +08:00 (Migrated from github.com)

100% of rdgen is open source and in this repo.

100% of rdgen is open source and in this repo.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#157