mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
hardcode python script path
This commit is contained in:
parent
c42ac962b1
commit
468f1a22c8
@ -1,8 +1,10 @@
|
||||
[executables]
|
||||
innosetup = %(progfiles)s\Inno Setup 5\ISCC.exe
|
||||
sphinx = %(pyroot)s\Scripts\sphinx-build.exe
|
||||
#sphinx = %(pyroot)s\Scripts\sphinx-build.exe
|
||||
sphinx = C:\python36\Scripts\sphinx-build.exe
|
||||
#pyinstaller = %(here)s\..\..\PyInstaller-3.2\pyinstaller.py
|
||||
pyinstaller = %(pyroot)s\Script\pyinstaller-script.py
|
||||
#pyinstaller = %(pyroot)s\Script\pyinstaller-script.py
|
||||
pyinstaller = C:\python36\Script\pyinstaller-script.py
|
||||
vcbuild = %(progfiles)s\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe
|
||||
htmlhelp = %(progfiles)s\HTML Help Workshop\hhc.exe
|
||||
psvince = %(here)s\psvince.dll
|
||||
|
Loading…
Reference in New Issue
Block a user