Skip to content

Commit

Permalink
fix: fix white screen on production build
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 19, 2022
1 parent 5044028 commit 55945e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"minimumSystemVersion": "10.13",
"useBootstrapper": false,
"exceptionDomain": "localhost",
"signingIdentity": "Apple Development: Martin Guillon (4ZZRPWM525)",
"signingIdentity": null,
"entitlements": null
},
"windows": {
Expand All @@ -65,7 +65,7 @@
"fs":{
"readFile": true,
"scope": {
"allow": ["$DOWNLOAD/**", "$RESOURCE/**"]
"allow": ["**"]
}
},
"protocol": {
Expand Down

0 comments on commit 55945e0

Please sign in to comment.