From 1bf3689762cbe16952c3a2342dc3e2271458c64b Mon Sep 17 00:00:00 2001 From: AkiraNorthstar Date: Mon, 9 Jul 2018 11:36:43 +0200 Subject: Update build-dist fix build-dist in this branch to make it easier to merge. --- bin/build-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-dist') diff --git a/bin/build-dist b/bin/build-dist index 4d73313a..78e42430 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -29,7 +29,7 @@ else fi # This lets pyinstaller see inkex.py, etc. -pyinstaller_args+="-p inkscape-0.92.2/share/extensions " +pyinstaller_args+="-p inkscape-0.92.3/share/extensions " # output useful debugging info that helps us trace library dependency issues pyinstaller_args+="--log-level DEBUG " -- cgit v1.2.3