Skip to content

Commit

Permalink
Add copy of RC folder to build process so it isn't forgotten in the f…
Browse files Browse the repository at this point in the history
…uture.
  • Loading branch information
frankyrumple committed May 30, 2024
1 parent fe02e35 commit a5408a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client_tools/svc/nuitka_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ python -m nuitka ^
--disable-plugin=numpy --disable-plugin=tk-inter --disable-plugin=pyqt5 --disable-plugin=pyside2 ^
mgmt.py

xcopy /y .\mgmt.version .\mgmt.dist\
echo Copying mgmt.version and rc files to dist folder
xcopy /y .\mgmt.version .\mgmt.dist\
xcopy /y .\rc .\mgmt.dist\rc\

0 comments on commit a5408a8

Please sign in to comment.