updating readme regarding appimage and application signing on macos

This commit is contained in:
xyroscar
2025-12-31 19:10:51 -08:00
parent 2e0cefb684
commit b5137a1736

View File

@@ -40,6 +40,23 @@ bun run tauri dev
bun run tauri build bun run tauri build
``` ```
### Signing the application on macOS
```bash
export APPLE_SIGNING_IDENTITY="<YOUR_SIGNING_IDENTITY>"
bun run tauri build
```
#### To get the signing identity
```bash
security find-identity -v -p codesigning
```
### Reason for not including appimage in the targets
Due to an issue with linuxdeploy on my system, I wasn't able to build the appimage so I removed it from the targets.
### Project Structure ### Project Structure
``` ```