Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
5846ea83
Commit
5846ea83
authored
Jul 10, 2017
by
thiolliere
Browse files
add langcodes hook
#44
parent
5ee0cbf2
Changes
5
Hide whitespace changes
Inline
Side-by-side
additional-hooks/hook-langcodes.py
0 → 100644
View file @
5846ea83
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2016, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License with exception
# for distributing bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------
from
PyInstaller.utils.hooks
import
collect_data_files
datas
=
collect_data_files
(
'langcodes'
)
pibox-installer-linux.spec
View file @
5846ea83
...
...
@@ -9,7 +9,7 @@ a = Analysis(['pibox-installer/__main__.py'],
datas
=
[(
'ui.glade'
,
'.'
),
(
'pibox-installer-vexpress-boot'
,
'pibox-installer-vexpress-boot'
)],
hiddenimports
=
[],
hookspath
=
[],
hookspath
=
[
'additional-hooks'
],
runtime_hooks
=
[],
excludes
=
[],
win_no_prefer_redirects
=
False
,
...
...
pibox-installer-macos.spec
View file @
5846ea83
...
...
@@ -12,7 +12,7 @@ a = Analysis(['pibox-installer/__main__.py'],
datas
=
[(
'ui.glade'
,
'.'
),
(
'pibox-installer-vexpress-boot'
,
'pibox-installer-vexpress-boot'
)],
hiddenimports
=
[],
hookspath
=
[],
hookspath
=
[
'additional-hooks'
],
runtime_hooks
=
[],
excludes
=
[],
win_no_prefer_redirects
=
False
,
...
...
pibox-installer-win32.spec
View file @
5846ea83
...
...
@@ -72,7 +72,7 @@ a = Analysis(['pibox-installer/__main__.py'],
datas
=
[(
'ui.glade'
,
'.'
),
(
'pibox-installer-vexpress-boot'
,
'pibox-installer-vexpress-boot'
)],
hiddenimports
=
[],
hookspath
=
[],
hookspath
=
[
'additional-hooks'
],
runtime_hooks
=
[],
excludes
=
[],
win_no_prefer_redirects
=
False
,
...
...
pibox-installer-win64.spec
View file @
5846ea83
...
...
@@ -72,7 +72,7 @@ a = Analysis(['pibox-installer/__main__.py'],
datas
=
[(
'ui.glade'
,
'.'
),
(
'pibox-installer-vexpress-boot'
,
'pibox-installer-vexpress-boot'
)],
hiddenimports
=
[],
hookspath
=
[],
hookspath
=
[
'additional-hooks'
],
runtime_hooks
=
[],
excludes
=
[],
win_no_prefer_redirects
=
False
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment