changeset 105e94df4733 in tryton:5.0
details: https://hg.tryton.org/tryton?cmd=changeset&node=105e94df4733
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 04053afb74d3 -r 105e94df4733 make-win32-installer.sh
--- a/make-win32-installer.sh   Wed Feb 16 21:58:29 2022 +0100
+++ b/make-win32-installer.sh   Thu Dec 16 22:19:38 2021 +0100
@@ -4,4 +4,5 @@
 series=${version%.*}
 ./setup.py compile_catalog
 ./setup-freeze.py install_exe -d dist
+cp `which gdbus.exe` dist/
 makensis -DVERSION=${version} -DSERIES=${series} setup.nsi

Reply via email to