From 1192c26b8fdefbc96b5025f615a55d5db923e7e8 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 29 Apr 2018 11:30:41 -0400 Subject: [PATCH] Add the jargon yaml files to the build process --- dist_assets/win/pyfa.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dist_assets/win/pyfa.spec b/dist_assets/win/pyfa.spec index 598fe546b..70eb4673d 100644 --- a/dist_assets/win/pyfa.spec +++ b/dist_assets/win/pyfa.spec @@ -18,6 +18,7 @@ added_files = [ ('../../imgs/gui/*.gif', 'imgs/gui'), ('../../imgs/icons/*.png', 'imgs/icons'), ('../../imgs/renders/*.png', 'imgs/renders'), + ('../../service/jargon/*.yaml', 'service/jargon'), ('../../dist_assets/win/pyfa.ico', '.'), (requests.certs.where(), '.'), # is this needed anymore? ('../../eve.db', '.'),