From 5d8b06b239f180c402a9c83594f9482170ca3dc6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 10 Feb 2020 16:55:30 -0500 Subject: [PATCH] TESTING - WILL ROLLBACK - include discovery --- src/linux-gam.spec | 1 + src/macos-gam.spec | 1 + src/windows-gam.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/src/linux-gam.spec b/src/linux-gam.spec index e7829233..605fb5e6 100644 --- a/src/linux-gam.spec +++ b/src/linux-gam.spec @@ -14,6 +14,7 @@ for d in a.datas: a.datas.remove(d) break a.datas += [('cloudprint-v2.json', 'cloudprint-v2.json', 'DATA')] +a.datas += [('admin-directory_v2.json', 'admin-directory_v2.json', 'DATA')] # dynamically determine where httplib2/cacerts.txt lives import importlib diff --git a/src/macos-gam.spec b/src/macos-gam.spec index 5f5532f5..38175ac4 100644 --- a/src/macos-gam.spec +++ b/src/macos-gam.spec @@ -13,6 +13,7 @@ for d in a.datas: a.datas.remove(d) break a.datas += [('cloudprint-v2.json', 'cloudprint-v2.json', 'DATA')] +a.datas += [('admin-directory_v2.json', 'admin-directory_v2.json', 'DATA')] # dynamically determine where httplib2/cacerts.txt lives import importlib diff --git a/src/windows-gam.spec b/src/windows-gam.spec index 873a79da..1bd6ee31 100644 --- a/src/windows-gam.spec +++ b/src/windows-gam.spec @@ -14,6 +14,7 @@ for d in a.datas: a.datas.remove(d) break a.datas += [('cloudprint-v2.json', 'cloudprint-v2.json', 'DATA')] +a.datas += [('admin-directory_v2.json', 'admin-directory_v2.json', 'DATA')] # dynamically determine where httplib2/cacerts.txt lives import importlib