Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 792 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 792 Bytes

Unmanic launcher for Windows

Features

  • Display a tray icon in your task bar

Install

Windows

Download the latest release

Run the executable

Build

Setup build environment

Install Python 3.12

From the windows store Or installation via another means.

Install nsis v3

https://nsis.sourceforge.io/Download

Install other tools with powershell script

scripts\install-tools.ps1

Build project

To build the project, run:

scripts\build.ps1

Develop

Start by running through the build steps listed above To create a development environment for this, run:

scripts\dev.ps1