Skip to content

Commit

Permalink
fix build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-develop committed May 17, 2022
1 parent 17ea994 commit 243e169
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 @@ -18,4 +18,4 @@ rmdir /s /q src\values\functions\__pycache__
rmdir /s /q src\values\specific_values\__pycache__
rmdir /s /q lib_\__pycache__
set /p NOUGVERSION="Nougaro version: "
python -m nuitka --standalone --windows-product-name=Nougaro --windows-product-version=%NOUGVERSION% shell.py
python -m nuitka --standalone --windows-company-name=Nougaro --windows-product-name=Nougaro --windows-product-version=%NOUGVERSION% shell.py

0 comments on commit 243e169

Please sign in to comment.