From bf2d3d10ac1d2f67d7d9b909d1edc4daa8551b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 8 Feb 2026 11:42:55 +0100 Subject: [PATCH] Remove info about tools.properties [ci skip] --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 30428c20f..f451d9077 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,7 @@ To only build, execute build task: ``` ant build ``` -For creating EXE Installer and ZIP version, there exist Ant tasks "installer","release". These tasks require additional software installed: -* [NSIS] (Nullsoft Scriptable Install System) (3.0b3 or newer) - creates installer -You must configure installation path of this tool in tools.properties file, which could look like this for windows: -``` -nsis.path = c:\\program files (x86)\\NSIS -reshack.path = c:\\Program Files (x86)\\Resource Hacker\\ -``` ### Building libraries There are few libraries which need to be built too. These libraries are placed in "libsrc" directory.