Add information regarding the update system

This commit is contained in:
KingRainbow44 2022-06-28 18:16:41 -04:00
parent 342097f16e
commit 1565a3f829
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -29,6 +29,13 @@ Once downloaded, extract somewhere and open as administrator. TODO
Add `--release` or `--debug` depending on what release you are creating. This defaults to `--release`
### Updating
* Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key.
* Add the `TAURI_KEY_PASSWORD` as an environment variable with the password for your private key.
* Run `npm run update` or `yarn build`
* The update will be in `src-tauri/target/(release|debug)/msi/Cultivation_X.X.X_x64_xx-XX.msi.zip`
# Troubleshooting
Idk figure it out (TODO)