Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 493973e

Browse files
committedFeb 11, 2024
Updated readme, config + gitignore
In preparation for pre-compiled binaries.
1 parent 06fc724 commit 493973e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
temp-releases

‎macos-hello/src-tauri/tauri.conf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"package": {
88
"productName": "macOS Hello",
9-
"version": "0.0.0"
9+
"version": "0.1.0"
1010
},
1111
"tauri": {
1212
"allowlist": {
@@ -37,7 +37,7 @@
3737
"bundle": {
3838
"active": true,
3939
"targets": "all",
40-
"identifier": "com.tauri.dev",
40+
"identifier": "com.example.machello",
4141
"icon": [
4242
"icons/32x32.png",
4343
"icons/128x128.png",

0 commit comments

Comments
 (0)