This is the updater for DREAMIO: AI-Powered Adventures
This repository contains the source code for the DREAMIO: AI-Powered Adventures updater. The updater is automatically built and released whenever changes are pushed to the master
branch.
You can find the latest release of the DREAMIO updater here.
Each release includes a SHA256 hash in the release notes. You can use this to verify the integrity of the downloaded updater.
To manually build the DREAMIO updater, follow these steps:
-
Install Rust nightly toolchain and the
just
command runner on your Windows machine. -
Clone this repository and navigate to the project directory.
-
Run the following command to build the updater:
just build
-
After successful compilation, you should find
DreamioUpdater.exe
in thetarget/x86_64-pc-windows-msvc/release/
directory. -
(Optional) Calculate the SHA256 hash of the updater:
certutil -hashfile target/x86_64-pc-windows-msvc/release/DreamioUpdater.exe SHA256
This project is licensed under the MIT License. See the LICENSE file for details.