Skip to content

Commit

Permalink
Tweak build script output
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-develop committed Jun 26, 2024
1 parent bea63bc commit 7e35a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ python shell.py -V > tempfullversion.txt
set /p NOUGVERSIONNUITKA=<tempversionnuitka.txt
set /p NOUGVERSION=<tempfullversion.txt

echo Nougaro version: %NOUGVERSION%

rem We build
python -m nuitka --standalone --windows-company-name=Nougaro --windows-product-name=Nougaro --windows-product-version=%NOUGVERSIONNUITKA% --include-package=lib_ --no-deployment-flag=self-execution shell.py

Expand Down

0 comments on commit 7e35a62

Please sign in to comment.