summaryrefslogtreecommitdiff
path: root/bundle_pyinstaller.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bundle_pyinstaller.sh')
-rwxr-xr-xbundle_pyinstaller.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundle_pyinstaller.sh b/bundle_pyinstaller.sh
index 7bc9764..44c1dd9 100755
--- a/bundle_pyinstaller.sh
+++ b/bundle_pyinstaller.sh
@@ -70,7 +70,7 @@ install_pyinstaller(){
cd $REPOS_ROOT
if [ ! -d pyinstaller ]; then
- git clone https://github.com/pyinstaller/pyinstaller.git --depth 1
+ git clone https://github.com/kalikaneko/pyinstaller.git --branch feature/pyside-hooks --depth 1
cd pyinstaller
else
cd pyinstaller
@@ -117,7 +117,8 @@ install_requirements() {
cd $REPOS_ROOT/bitmask_client/
make install_base_deps
- ./pkg/postmkvenv.sh
+ pip install -U --no-index --trusted-host lizard.leap.se --find-links=https://lizard.leap.se/wheels pyside
+ # ./pkg/postmkvenv.sh
# hack to solve gnupg version problem
pip uninstall -y gnupg && pip install gnupg