From 84f8c987b80ef7e97eabbaea9f6c643bfb91ed8f Mon Sep 17 00:00:00 2001 From: cj Date: Fri, 5 Jul 2024 13:34:14 +0800 Subject: [PATCH] polish --- .github/workflows/CI.yml | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1fddd00..4033b6c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: CI +name: CI on: push: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 28eb87c..cb698ef 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.tauri.dev", + "identifier": "com.example.tauri-app", "longDescription": "", "macOS": { "entitlements": null,