Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV authored May 8, 2024
1 parent 66e77a4 commit 23e9c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ codesign -s - --force --deep --timestamp --options runtime src-tauri/target/rele
```
or
```zsh
cargo tauri build
cd target/release/bundle/dmg/
# build first
cd src-tauri/target/release/bundle/dmg/
hdiutil attach -nobrowse -mountpoint /Volumes/vleer ./Vleer*.dmg
cp -R /Volumes/vleer .
hdiutil detach /Volumes/vleer
Expand Down

0 comments on commit 23e9c5e

Please sign in to comment.