Remove the cached app bundle before bundling

macos-click-through
Alex Pawlowski 3 years ago committed by GitHub
parent 5539b035b5
commit ed61e45a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,6 +123,7 @@ jobs:
- name: Merge into a universal app
run: |
mkdir -p target/release/bundle/osx
rm -rf target/release/bundle/osx/Neovide.app || true
cp -R target/x86_64-apple-darwin/release/bundle/osx/Neovide.app \
target/release/bundle/osx/Neovide.app
rm target/release/bundle/osx/Neovide.app/Contents/MacOS/neovide

Loading…
Cancel
Save