Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Nov 22, 2023
1 parent 7e818fe commit 1d64b78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontends/qt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ osx:
mv build/BitBox.app build/osx/
cp resources/MacOS/Info.plist build/osx/BitBox.app/Contents/
cp resources/MacOS/icon.icns build/osx/BitBox.app/Contents/Resources/
macdeployqt build/osx/BitBox.app -executable=build/osx/BitBox.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
pushd build/osx/
macdeployqt BitBox.app -executable=BitBox.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
popd
cp server/libserver.so build/osx/BitBox.app/Contents/Frameworks
cp build/assets.rcc build/osx/BitBox.app/Contents/MacOS/
install_name_tool -change libserver.so @executable_path/../Frameworks/libserver.so build/osx/BitBox.app/Contents/MacOS/BitBox
Expand Down

0 comments on commit 1d64b78

Please sign in to comment.