Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNeumann committed Jul 27, 2022
1 parent be73e5e commit e6f4341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_executable.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
./venv/Scripts/activate
Write-Host -ForegroundColor Blue "Activating virtual environment"
Write-Host -ForegroundColor Blue "Building executable"
pyinstaller OcrAutomation.spec --version-file = version.txt -y
pyinstaller OcrAutomation.spec --version-file=version.txt -y
Write-Host -ForegroundColor Blue "Deactivating virtual environment"
Write-Host -ForegroundColor DarkGreen "Done!"
deactivate

0 comments on commit e6f4341

Please sign in to comment.