diff options
| author | AkiraNorthstar <AkiraNorthstar@users.noreply.github.com> | 2018-07-09 11:36:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-09 11:36:43 +0200 |
| commit | 1bf3689762cbe16952c3a2342dc3e2271458c64b (patch) | |
| tree | 94de43e07e0c3fd86bad0c1f1840b23697a83016 /bin/build-dist | |
| parent | 66e1603dea574b1f358b3fcd605445da53d952af (diff) | |
Update build-dist
fix build-dist in this branch to make it easier to merge.
Diffstat (limited to 'bin/build-dist')
| -rwxr-xr-x | bin/build-dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |
