Error when building - Make sure to set TAURI_PRIVATE_KEY
environment variable.
#6013
Replies: 4 comments
-
tauri.conf.json > tauri > updater > active > false |
Beta Was this translation helpful? Give feedback.
-
(still) having the same problem, is there any solution that does not require disabling the updater functionality? Update: I get this error on |
Beta Was this translation helpful? Give feedback.
-
if you don't want updater, you can try tauri.conf.json > bundle> targets remove updater "targets": ["deb", "appimage", "nsis", "app", "dmg","updater"], |
Beta Was this translation helpful? Give feedback.
-
To overcome this problem: |
Beta Was this translation helpful? Give feedback.
-
When I build my app, I get this error.
A public key has been found, but no private key. Make sure to set `TAURI_PRIVATE_KEY` environment variable.
It lets me continue, however.
I set the private key as an environment variable in Windows to rule it off, but it didn't work.
How do I fix this?
Beta Was this translation helpful? Give feedback.
All reactions