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 4, 2024
1 parent 6db180d commit 7d8c176
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ For signing on macOS builds:
```zsh
codesign -s - --force --deep --timestamp --options runtime src-tauri/target/release/bundle/macos/Vleer.app
```
or
```zsh
cargo tauri build
cd target/release/bundle/dmg/
hdiutil attach -nobrowse -mountpoint /Volumes/hello ./hello_*.dmg
cp -R /Volumes/hello .
hdiutil detach /Volumes/hello
codesign -s - ./hello/hello.app/Contents/MacOS/hello
hdiutil create -format UDZO -srcfolder ./hello hello-signed.dmg
```

0 comments on commit 7d8c176

Please sign in to comment.