Skip to content

Commit

Permalink
Updated build file to automatically use the same chromedriver as the …
Browse files Browse the repository at this point in the history
…uncompiled code
  • Loading branch information
AnishIsReddy committed Jan 19, 2022
1 parent 0b3a1e9 commit 7247d94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pyinstaller -F -w --clean PsychRewritesFormatter.py
copy chromedriver.exe dist\chromedriver.exe
powershell Compress-Archive -Update dist dist.zip
del /q PsychRewritesFormatter.spec
rmdir /s /q __pycache__ build
Binary file modified dist.zip
Binary file not shown.

0 comments on commit 7247d94

Please sign in to comment.