|
@@ -129,7 +129,7 @@ When using the Vagrant VMs, pyinstaller will already be installed.
|
|
|
With virtual env activated::
|
|
|
|
|
|
pip install pyinstaller>=3.0 # or git checkout master
|
|
|
- pyinstaller -F -n borg-PLATFORM --hidden-import=logging.config borg/__main__.py
|
|
|
+ pyinstaller -F -n borg-PLATFORM borg/__main__.py
|
|
|
for file in dist/borg-*; do gpg --armor --detach-sign $file; done
|
|
|
|
|
|
If you encounter issues, see also our `Vagrantfile` for details.
|