File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ jobs:
225225
226226 - name : setup python
227227 run : |
228- brew uninstall --ignore-dependencies python3
229228 brew install python@3.9
230229 brew link --overwrite python3
231230 mkdir -p /usr/local/opt/python@3.9/lib/Python.framework/Versions/3.9/
@@ -287,7 +286,7 @@ jobs:
287286 zip -q -r release.zip .
288287 cp -Rf py ./RDM.app/Contents/Resources/
289288
290- install_name_tool -change /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python ./RDM.app/Contents/Frameworks /libpython3.9.dylib ./RDM.app/Contents/MacOS/RDM
289+ install_name_tool -change /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/Python @rpath /libpython3.9.dylib ./RDM.app/Contents/MacOS/RDM
291290
292291 otool -L ./RDM.app/Contents/MacOS/RDM
293292 macdeployqt ./RDM.app -qmldir=../../../src/qml -always-overwrite -dmg
You can’t perform that action at this time.
0 commit comments