From 1565a3f829d01b4e15f433c741e0986088e2b13e Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Tue, 28 Jun 2022 18:16:41 -0400 Subject: [PATCH] Add information regarding the update system --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2e27da0..a2b97bd 100644 --- a/README.md +++ b/README.md @@ -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)