Fix pyinstaller spec for release.

final and buildnumber are optional files. Move them into resources to
avoid naming them explicitly.

(cherry picked from commit fae9650f56)
This commit is contained in:
Dan Albert
2020-11-14 13:01:11 -08:00
parent fad132dcca
commit 96c401e1b9
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ analysis = Analysis(
('resources', 'resources'),
('resources/caucasus.p', 'dcs/terrain/'),
('resources/nevada.p', 'dcs/terrain/'),
('buildnumber', './')
],
hookspath=[],
runtime_hooks=[],