Index: runserver.spec |
=================================================================== |
rename from cms/runserver.spec |
rename to runserver.spec |
--- a/cms/runserver.spec |
+++ b/runserver.spec |
@@ -1,12 +1,12 @@ |
-# PyInstaller spec, run "pyinstaller sitescripts/cms/runserver.spec" from sitescripts root to build |
+# PyInstaller spec, run "pyinstaller runserver.spec" from repository root to build |
a = Analysis( |
- ['sitescripts/cms/bin/runserver.py'], |
+ ['runserver.py'], |
pathex=['.'], |
hiddenimports=[], |
excludes=['sqlite3', 'django', 'ssl', '_ssl', 'OpenSSL', '_hashlib', 'unittest'], |
) |
pyz = PYZ(a.pure) |
exe = EXE( |