Downloaded EXE Marked as Virus + Missing Icons in Custom Build #112

Open
opened 2025-07-30 23:23:18 +08:00 by mkhbbsd23 · 1 comment
mkhbbsd23 commented 2025-07-30 23:23:18 +08:00 (Migrated from github.com)

Hi, thank you for your amazing project.

I have a question. I forked the source code to my own GitHub account and used ngrok to expose the Django project on a public URL.

Here is my Docker configuration:

services:
rdgen:
build: .
restart: unless-stopped
environment:
SECRET_KEY: ""
GHUSER: ""
GHBEARER: "
"
GENURL: "https://4b
**32.ngrok-free.app"
PROTOCOL: "https"
REPONAME: "rdgen"
ports:
- "8000:8000"
dns:
- 8.8.8.8

However, after building the image:

Some elements like the icon images are not being set properly.

More importantly, when I download the generated files, browsers and Windows recognize them as viruses.

I'm not sure what I'm doing wrong. Could you please help me figure it out?

Hi, thank you for your amazing project. I have a question. I forked the source code to my own GitHub account and used ngrok to expose the Django project on a public URL. Here is my Docker configuration: services: rdgen: build: . restart: unless-stopped environment: SECRET_KEY: "*****" GHUSER: "****" GHBEARER: "******" GENURL: "https://4b*****32.ngrok-free.app" PROTOCOL: "https" REPONAME: "rdgen" ports: - "8000:8000" dns: - 8.8.8.8 However, after building the image: Some elements like the icon images are not being set properly. More importantly, when I download the generated files, browsers and Windows recognize them as viruses. I'm not sure what I'm doing wrong. Could you please help me figure it out?
bryangerlach commented 2025-08-21 23:58:46 +08:00 (Migrated from github.com)

Have you tried with different icons? Perhaps there is an issue preventing your current icons from working. Also, you will need to digitally sign your executables with a code signing certificate.

Have you tried with different icons? Perhaps there is an issue preventing your current icons from working. Also, you will need to digitally sign your executables with a code signing certificate.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#112