Fix docstring escape warning in prepare_ghostscript.py; add dist/ and build_output.log to .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
label/
|
label/
|
||||||
build/
|
build/
|
||||||
|
dist/
|
||||||
logs/
|
logs/
|
||||||
pdf_backup/
|
pdf_backup/
|
||||||
conf/ghostscript/
|
conf/ghostscript/
|
||||||
@@ -9,4 +10,6 @@ __pycache__/
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
|
build_output.log
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
"""
|
"""
|
||||||
prepare_ghostscript.py
|
prepare_ghostscript.py
|
||||||
Finds the system GhostScript installation and copies the files needed for
|
Finds the system GhostScript installation and copies the files needed for
|
||||||
bundling into conf\ghostscript\
|
bundling into conf/ghostscript/
|
||||||
|
|
||||||
Files copied:
|
Files copied:
|
||||||
conf\ghostscript\bin\gswin64c.exe (or gswin32c.exe)
|
conf/ghostscript/bin/gswin64c.exe (or gswin32c.exe)
|
||||||
conf\ghostscript\bin\gsdll64.dll (or gsdll32.dll)
|
conf/ghostscript/bin/gsdll64.dll (or gsdll32.dll)
|
||||||
conf\ghostscript\lib\*.ps (PostScript init files)
|
conf/ghostscript/lib/*.ps (PostScript init files)
|
||||||
|
|
||||||
Run this ONCE before building the exe with build_windows.bat.
|
Run this ONCE before building the exe with build_windows.bat.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user