Skip to content

Commit

Permalink
Fix build issues on mac arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlifeng committed Aug 7, 2024
1 parent a78e72d commit 5c43a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ default:
cp ../Assets/mac/Info.plist {{name}}.app/Contents/Info.plist && \
cp ../Assets/mac/app.icns {{name}}.app/Contents/Resources/app.icns && \
mv {{name}}.app Wox.app && \
create-dmg Wox.app && \
mv "Wox 2.0.0.dmg" {{name}}.dmg
create-dmg --codesign "-null-" Wox.dmg Wox.app && \
mv "Wox.dmg" {{name}}.dmg

@test:
just dev
Expand Down

0 comments on commit 5c43a40

Please sign in to comment.