Home

Awesome

ioBroker.build

Windows installer Build installation packages for ioBroker.

Pre-requires:

#Build on windows:

  1. download and extract to some directory: https://github.com/ioBroker/ioBroker.build/archive/master.zip, e.g. to d:\ioBroker.build

  2. Start the console (cmd.exe) and go to d:\ioBroker.build:

   >d:
   >cd ioBroker.build
  1. Install gulp-cli:
   >npm install
  1. Call gulp. It will take a while:
   >npm run build
  1. The result will be stored in d:\ioBroker.build\delivery as ioBrokerInstaller.VX.y.z.exe

Changelog

3.3.0 (23.05.2024)

3.2.0 (23.05.2024)

3.1.0 (17.05.2024)

3.0.1 (25.02.2024)

3.0.0 (08.02.2024)

2.2.2 (17.07.2023)

2.2.1 (30.04.2023)

2.2.0 (18.04.2023)

2.1.1 (30.03.2023)

2.1.0 (09.03.2023)

2.0.0 (04.03.2023)

1.1.0 (21.05.2022)