feat: add notification sound (#7269)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2023-08-08 21:09:04 +03:00
committed by GitHub
parent c272e4afbf
commit 6c408b736c
17 changed files with 876 additions and 778 deletions

View File

@@ -32,7 +32,6 @@ jobs:
filters: |
api:
- 'tooling/api/src/**'
- 'tooling/api/docs/js-api.json'
- 'core/tauri/scripts/bundle.global.js'
schema:
- 'core/tauri-utils/src/config.rs'
@@ -50,9 +49,7 @@ jobs:
working-directory: tooling/api
run: yarn && yarn build
- name: check api
run: |
git restore tooling/api/docs/js-api.json
./.scripts/ci/has-diff.sh
run: ./.scripts/ci/has-diff.sh
schema:
runs-on: ubuntu-latest

View File

@@ -99,7 +99,7 @@ jobs:
cargo update -p is-terminal --precise 0.4.7
cargo update -p colored --precise 2.0.2
cargo update -p tempfile --precise 3.6.0
cargo update -p serde_with:3.1.0 --precise 3.0.0
cargo update -p serde_with:3.2.0 --precise 3.0.0
- name: test
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}