changeset 88f19df9372f in tryton:6.0
details: https://hg.tryton.org/tryton?cmd=changeset&node=88f19df9372f
description:
        Install gdbus.exe on Windows

        gdbus.exe is needed to have interprocess communication to launch action.

        issue11024
        review366321002
        (grafted from eba089cb041a2cd86836c883fec1408c6bc61135)
diffstat:

 make-win32-installer.sh |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r a741f44e582e -r 88f19df9372f make-win32-installer.sh
--- a/make-win32-installer.sh   Thu Dec 16 22:14:22 2021 +0100
+++ b/make-win32-installer.sh   Thu Dec 16 22:19:38 2021 +0100
@@ -6,4 +6,5 @@
 rm -rf build dist
 ./setup.py compile_catalog
 ./setup-freeze.py install_exe -d dist
+cp `which gdbus.exe` dist/
 makensis -DVERSION=${version} -DSERIES=${series} -DBITS=${bits} setup.nsi

Reply via email to