Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.35 KB

DREAMIO: AI-Powered Adventures - Updater

This is the updater for DREAMIO: AI-Powered Adventures

About

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.

Latest Release

You can find the latest release of the DREAMIO updater here.

SHA256 Verification

Each release includes a SHA256 hash in the release notes. You can use this to verify the integrity of the downloaded updater.

Manual Build Instructions

To manually build the DREAMIO updater, follow these steps:

  1. Install Rust nightly toolchain and the just command runner on your Windows machine.

  2. Clone this repository and navigate to the project directory.

  3. Run the following command to build the updater:

    just build
    
  4. After successful compilation, you should find DreamioUpdater.exe in the target/x86_64-pc-windows-msvc/release/ directory.

  5. (Optional) Calculate the SHA256 hash of the updater:

    certutil -hashfile target/x86_64-pc-windows-msvc/release/DreamioUpdater.exe SHA256
    

License

This project is licensed under the MIT License. See the LICENSE file for details.