mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
@@ -11,7 +11,6 @@ analysis = Analysis(
|
||||
('resources', 'resources'),
|
||||
('resources/caucasus.p', 'dcs/terrain/'),
|
||||
('resources/nevada.p', 'dcs/terrain/'),
|
||||
('buildnumber', './')
|
||||
],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
||||
Reference in New Issue
Block a user