From 17d7c80d56f4dd03910c0eeb6ce2df0e3952e021 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Mon, 7 May 2018 05:06:08 -0400 Subject: [PATCH] chore(windows): the installer does get built now --- windows/cross-compile/README.md | 3 +-- windows/cross-compile/build.sh | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/windows/cross-compile/README.md b/windows/cross-compile/README.md index 7ed64ab02..8fa64d413 100644 --- a/windows/cross-compile/README.md +++ b/windows/cross-compile/README.md @@ -6,8 +6,7 @@ Following these instructions will show you how to cross-compile qTox for Windows This script can be used by qTox users and devs to compile qTox for windows themselves. -Please note that the compilation script doesn't build the updater and doesn't produce -an installer. +Please note that the compilation script doesn't build the updater. ## Usage diff --git a/windows/cross-compile/build.sh b/windows/cross-compile/build.sh index 2c122e202..48e351eef 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -27,11 +27,6 @@ # because it requires static Qt, which means we'd need to build Qt twice, and # building Qt takes really long time. # -# - Doesn't create an installer because there is no NSIS 3 in Debian Stable. We -# could backport it from Experimental, which is what we do on Jenkins, but -# since we don't build an updater, we might as well just do the nightly qTox -# build: no updater, no installer. -# # - FFmpeg 3.3 doesn't cross-compile correctly, qTox build fails when linking # against the 3.3 FFmpeg. They have removed `--enable-memalign-hack` switch, # which might be what causes this. Further research needed.