Skip to content

Commit 7d97b50

Browse files
authored
Update Makefile
1 parent d8569f0 commit 7d97b50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ build_windows: clean
1010
# docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows 'pyinstaller -y --onedir --add-data "ops;ops" --add-data "C:\python37\Lib\site-packages\pyppeteer-0.2.5.dist-info;pyppeteer-0.2.5.dist-info" --add-data "config.toml;." casper_agent.py'
1111

1212

13-
pyinstaller -y --onedir --add-data "ops;ops" --add-data "C:\Users\IEUser\miniconda3\Lib\site-packages\pyppeteer-0.2.5.dist-info;pyppeteer-0.2.5.dist-info" --add-data "config.toml;." casper_agent.py
14-
cd dist
13+
pyinstaller -y --onedir --add-data "ops;ops" --add-data "C:\\Users\\IEUser\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\pyppeteer-0.2.5.dist-info;pyppeteer-0.2.5.dist-info" --add-data "config.toml;." casper_agent.py cd dist
1514
zip -r casper_agent_windows.zip windows/
1615
cd ..
1716

0 commit comments

Comments
 (0)