File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments