Skip to content

Commit 3b00a49

Browse files
authored
Update build.yml
Trying to add canbus plugins on MacOS
1 parent 9bf91a5 commit 3b00a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: |
6464
mkdir -p SavvyCAN.app/Contents/MacOS/help
6565
cp -R help/* SavvyCAN.app/Contents/MacOS/help
66+
cp /usr/local/share/qt/plugins/canbus/* SavvyCAN.app/Frameworks
6667
macdeployqt SavvyCAN.app -dmg
6768
6869
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)