Skip to content

Commit

Permalink
Update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-develop committed Oct 5, 2022
1 parent 16417af commit c6cdbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rem We build
python -m nuitka --standalone --windows-company-name=Nougaro --windows-product-name=Nougaro --windows-product-version=%NOUGVERSION% shell.py

rem We copy the important files to the created directory
for %%y in (example.noug "highlight theme for NPP.xml" LICENSE noug_version.json README.md shell.py) do xcopy %%y shell.dist\
for %%y in (example.noug "highlight theme for NPP.xml" LICENSE noug_version.json README.md shell.py CONTRIBUTING.md "CODE_OF_CONDUCT.md" how_it_works.md test_file.noug) do xcopy %%y shell.dist\

for %%y in (examples lib_ src) do xcopy /s /i %%y shell.dist\%%y

Expand Down

0 comments on commit c6cdbb0

Please sign in to comment.