Skip to content

bro-garden/structuraid-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structuraid Installer

This repo contains all the tooling required to compile the installer for the structuraid project

Prerequisites

  • This project only runs in a Windows Machine
  • NSIS 3 - It can be downloaded here
  • Git Bash or any other Bash interpreter for Windows

Project Setup

This repo requires you to have the following folder structure:

|
|
|- desktop: Should have the [structuraid-desktop](https://github.com/pradaing/structuraid-desktop) repo cloned
|- daemon: Should have the [structuraid-daemon](https://github.com/pradaing/structuraid-daemon) repo cloned
|- installer: Should have this repo cloned

Usage

In order to compile the windows installer for Structuraid, do the following:

  1. Open git bash, cd into this project's folder and run the following script
cd installer
./build
  1. Open NSIS and compile the installer located at src/install-script.nsi
  2. Run the generated installer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published