Skip to content

Commit

Permalink
fix: read into proper path on macos following changes in PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Jul 22, 2024
1 parent ae77e2a commit e49f8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ls -la dist/*
# compare the portaudio libs to make sure the package contains the one that was installed with brew
ls -la /usr/local/lib/libportaudio.dylib
ls -la /usr/local/Cellar/portaudio/*/lib/libportaudio*.dylib
ls -la dist/friture.app/Contents/MacOS/_sounddevice_data/portaudio-binaries
ls -la dist/friture.app/Contents/Frameworks/_sounddevice_data/portaudio-binaries

# PyInstaller will try to codesign friture.app, but will fail because of the Qt5 file structure
# (this is visible in the logs)
Expand Down

0 comments on commit e49f8f1

Please sign in to comment.