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