From 084c5555f21a6e927e4de98fdb66c4c408626f58 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 30 Mar 2018 20:37:11 -0400 Subject: print through web browser (#127) * spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125 --- bin/build-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/build-dist') diff --git a/bin/build-dist b/bin/build-dist index 8fa4b59f..c8a2da2a 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -29,6 +29,9 @@ fi # This lets pyinstaller see inkex.py, etc. pyinstaller_args+="-p inkscape-0.92.2/share/extensions " +# output useful debugging info that helps us trace library dependency issues +pyinstaller_args+="--log-level DEBUG " + mkdir -p dist/inkstitch/bin for extension in "$@"; do if [ "$BUILD" = "windows" ]; then -- cgit v1.2.3