Skip to content

Commit

Permalink
[CI] Fix nltk_data env variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed Mar 4, 2021
1 parent 4ea7304 commit 560bfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python scripts/python_file_lister.py bin/octobot_packages_files.txt $env:OCTOBOT
python scripts/insert_imports.py $env:OCTOBOT_REPOSITORY_DIR/octobot/cli.py
Copy-Item bin $env:OCTOBOT_REPOSITORY_DIR -recurse
cd $env:OCTOBOT_REPOSITORY_DIR
python ../scripts/fetch_nltk_data.py words $NLTK_DATA
python ../scripts/fetch_nltk_data.py words $env:NLTK_DATA
python setup.py build_ext --inplace
python -m PyInstaller bin/start.spec
Rename-Item dist/OctoBot.exe OctoBot_windows.exe
Expand Down

0 comments on commit 560bfb6

Please sign in to comment.