File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------
2
+ # Copyright (c) 2020 PyInstaller Development Team.
3
+ #
4
+ # This file is distributed under the terms of the GNU General Public
5
+ # License (version 2.0 or later).
6
+ #
7
+ # The full license is available in LICENSE.GPL.txt, distributed with
8
+ # this software.
9
+ #
10
+ # SPDX-License-Identifier: GPL-2.0-or-later
11
+ # ------------------------------------------------------------------
12
+
13
+ # Hook for afmformats: https://pypi.python.org/pypi/afmformats
14
+
15
+ from PyInstaller .utils .hooks import collect_data_files
16
+
17
+ datas = collect_data_files ('afmformats' )
Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------
2
+ # Copyright (c) 2020 PyInstaller Development Team.
3
+ #
4
+ # This file is distributed under the terms of the GNU General Public
5
+ # License (version 2.0 or later).
6
+ #
7
+ # The full license is available in LICENSE.GPL.txt, distributed with
8
+ # this software.
9
+ #
10
+ # SPDX-License-Identifier: GPL-2.0-or-later
11
+ # ------------------------------------------------------------------
12
+
13
+ # Hook for afmformats: https://pypi.python.org/pypi/afmformats
14
+
15
+ from PyInstaller .utils .hooks import collect_data_files
16
+
17
+ datas = collect_data_files ('afmformats' )
Original file line number Diff line number Diff line change
1
+ 0.8.4
2
+ - build: add pyinstaller hooks for afmformats
1
3
0.8.3
2
4
- fix: main window not focused after startup
3
5
- fix: Windows installation location was confusing and did
You can’t perform that action at this time.
0 commit comments