Skip to content

Commit

Permalink
Merge pull request #1 from matteoveglia/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
seferino-fernandez authored Oct 16, 2024
2 parents 8c79914 + 0b5c7d5 commit 3adfa2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Tauri Store Plugin stores `settings.json` at:

#### App Icon

Tauri CLI provides an [icon command](https://tauri.app/v1/guides/features/icons/) `pnpm tauri icon` which takes an image path and generates icon files for your application.
Tauri CLI provides an [icon command](https://v2.tauri.app/reference/cli/#icon) `pnpm tauri icon` which takes an image path and generates icon files for your application.

## Deployment & Release

[Tauri v1 Deployment Guide](https://tauri.app/v1/guides/distribution/publishing)
[Tauri v2 Deployment Guide](https://v2.tauri.app/distribute/)

To build a binary, run:

Expand All @@ -77,4 +77,5 @@ This repo is currently setup to create a release on Github when you merge to the

### Caveats

If you are using the [signing identity](./src-tauri/tauri.conf.json#L32) `-` for **macOS**, when you first download and run the application, you will have to go to `System Settings` > `Privacy & Security` and allow your app to run. See [tauri-apps/tauri-action/issues/824](https://github.com/tauri-apps/tauri-action/issues/824) & [support.apple.com/open-a-mac-app-from-an-unidentified-developer](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac).
If you are using the [signing identity](./src-tauri/tauri.conf.json#L32) `-` for **macOS**, when you first download and run the application, you will have to go to `System Settings` > `Privacy & Security` and allow your app to run.
See [tauri-apps/tauri-action/issues/824](https://github.com/tauri-apps/tauri-action/issues/824) & [support.apple.com/open-a-mac-app-from-an-unidentified-developer](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac).

0 comments on commit 3adfa2b

Please sign in to comment.