mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Don't version tutor.spec
File is generated at every run of "make bundle".
This commit is contained in:
parent
6d19b99b66
commit
49c1a3d05d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
!.gitignore
|
||||
TODO
|
||||
|
||||
/tutor.spec
|
||||
/build/tutor
|
||||
/dist/
|
||||
/releases/
|
||||
|
32
tutor.spec
32
tutor.spec
@ -1,32 +0,0 @@
|
||||
# -*- mode: python -*-
|
||||
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['bin/main'],
|
||||
pathex=['/home/data/regis/projets/openedx/repos/tutor'],
|
||||
binaries=[],
|
||||
datas=[('./tutor/templates', './tutor/templates')],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
win_no_prefer_redirects=False,
|
||||
win_private_assemblies=False,
|
||||
cipher=block_cipher,
|
||||
noarchive=False)
|
||||
pyz = PYZ(a.pure, a.zipped_data,
|
||||
cipher=block_cipher)
|
||||
exe = EXE(pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
[],
|
||||
name='tutor',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
runtime_tmpdir=None,
|
||||
console=True )
|
Loading…
Reference in New Issue
Block a user