Skip to content

Commit

Permalink
remove quick fix for FBS-PyInstaller issue
Browse files Browse the repository at this point in the history
since downgrading PyInstaller seems to fix the issue.
Refer: mherrmann/fbs#169
  • Loading branch information
vipranarayan14 committed Feb 12, 2020
1 parent 906ce35 commit 6a1bb6a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,6 @@ steps:
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: 'Install FBS Dependencies'

- bash: |
echo "$AGENT_OS = ${AGENT_OS}"
filename=".venv/lib/python3.7/site-packages/fbs/freeze/hooks/hook-PySide2.py"
to_filename=".venv/lib/python3.7/site-packages/fbs/freeze/hooks/hook-PySide2_fbs.py"
if [ "$AGENT_OS" = "Windows_NT" ]
then
filename=$(sed 's/\//\\/g' <<< $filename)
to_filename=$(sed 's/\//\\/g' <<< $filename)
fi
mv -v $filename $to_filename
displayName: 'Fix FBS-PyInstaller Issue'

- script: |
pipenv run fbs freeze
displayName: 'Build App'
Expand Down

0 comments on commit 6a1bb6a

Please sign in to comment.