Commit 7d97b50 1 parent d8569f0 commit 7d97b50 Copy full SHA for 7d97b50
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ build_windows: clean
10
10
# 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'
11
11
12
12
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
15
14
zip -r casper_agent_windows.zip windows/
16
15
cd ..
17
16
You can’t perform that action at this time.
0 commit comments