We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea7304 commit 45fbefbCopy full SHA for 45fbefb
build_scripts/windows.ps1
@@ -6,7 +6,7 @@ python scripts/python_file_lister.py bin/octobot_packages_files.txt $env:OCTOBOT
6
python scripts/insert_imports.py $env:OCTOBOT_REPOSITORY_DIR/octobot/cli.py
7
Copy-Item bin $env:OCTOBOT_REPOSITORY_DIR -recurse
8
cd $env:OCTOBOT_REPOSITORY_DIR
9
-python ../scripts/fetch_nltk_data.py words $NLTK_DATA
+python ../scripts/fetch_nltk_data.py words $env:NLTK_DATA
10
python setup.py build_ext --inplace
11
python -m PyInstaller bin/start.spec
12
Rename-Item dist/OctoBot.exe OctoBot_windows.exe
0 commit comments