Skip to content

Commit 45fbefb

Browse files
author
Guillaume De Saint Martin
committed
fix nltk_data env variable usage
1 parent 4ea7304 commit 45fbefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python scripts/python_file_lister.py bin/octobot_packages_files.txt $env:OCTOBOT
66
python scripts/insert_imports.py $env:OCTOBOT_REPOSITORY_DIR/octobot/cli.py
77
Copy-Item bin $env:OCTOBOT_REPOSITORY_DIR -recurse
88
cd $env:OCTOBOT_REPOSITORY_DIR
9-
python ../scripts/fetch_nltk_data.py words $NLTK_DATA
9+
python ../scripts/fetch_nltk_data.py words $env:NLTK_DATA
1010
python setup.py build_ext --inplace
1111
python -m PyInstaller bin/start.spec
1212
Rename-Item dist/OctoBot.exe OctoBot_windows.exe

0 commit comments

Comments
 (0)