From 9d949958e7f13ca9c40ff04e4fbe4f6a871734f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= <git@apitzsch.eu> Date: Sat, 7 Nov 2020 15:01:03 +0100 Subject: [PATCH] Windows: Fix build instructions --- win/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/win/README.md b/win/README.md index 61e551b491..75e7095ec4 100644 --- a/win/README.md +++ b/win/README.md @@ -22,11 +22,7 @@ ### Development ### Build Gajim / Creating an Installer --------------------- -Follow the steps in the Development section, but instead of ``./dev_env.sh`` execute ``./build.sh``. - -You can supply a git tag ``./build.sh [git-tag]``. - -Or dont supply it, then current HEAD is build. +Follow the steps in the Development section, but instead of `./dev_env.sh` execute `./build.sh i686` or `./build.sh x86_64`. Both the installer and the portable installer should appear in ``C:\msys64\home\USER\gajim\win\_build_root``. -- GitLab