Skip to content

fix(build): update Windows build.bat to match build.sh#111

Open
64johnlee wants to merge 37 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-019
Open

fix(build): update Windows build.bat to match build.sh#111
64johnlee wants to merge 37 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-019

Conversation

@64johnlee
Copy link
Copy Markdown

Summary

Update Windows build script to match the bash script functionality.

Changes

  • Added /y flag for copy commands to suppress overwrite prompts
  • Fixed file copy logic to properly copy index.html and styles.css
  • Updated app.js build to properly append JS modules (matching build.sh require.register pattern)
  • Fixed xcopy flags for assets folder (/s /e /i /y)
  • Changed variable expansion order for correct path handling
  • Clear and rebuild app.js at start (not after copy)

Files changed

  • webui-src/make-src/build.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant