We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5596a41 commit da49daeCopy full SHA for da49dae
.github/workflows/pre-release.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Bundle
97
run: |
98
cargo bundle --release
99
- scripts/copy-macos-dylib.sh
+ scripts/copy-macos-dylib.sh "target/release/bundle/osx/Lan Mouse.app/Contents/MacOS/lan-mouse"
100
- name: Zip bundle
101
102
cd target/release/bundle/osx
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
0 commit comments