mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 19:45:09 +00:00
fix: add config.json to tauri resouces
This commit is contained in:
parent
67c19642e2
commit
d36f09cf68
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
|||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": [
|
||||
"../config.json"
|
||||
],
|
||||
"macOS": {
|
||||
"entitlements": "entitlements.plist",
|
||||
"hardenedRuntime": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue