Skip to content

Commit 059380a

Browse files
authored
Fixing errors on Mac
Seems to be pypa/setuptools#1963
1 parent be84695 commit 059380a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DIST_DIR="$BASE_DIR/dist/wildfire-maps"
99

1010
# Create executable binary
1111
pyinstaller $BASE_DIR/src/install_wildfire_maps.py \
12+
--hidden-import='pkg_resources.py2_warn' \
1213
--distpath $BASE_DIR/dist/ \
1314
--paths $BASE_DIR/lib/ja2-open-toolset \
1415
--onefile

0 commit comments

Comments
 (0)