diff --git a/contrib/osx/osx.spec b/contrib/osx/osx.spec index 1b2f3b5..0674611 100755 --- a/contrib/osx/osx.spec +++ b/contrib/osx/osx.spec @@ -30,7 +30,7 @@ hiddenimports += collect_submodules('websocket') # needed? datas = [ (electrum + PYPKG + '/*.png', PYPKG), (electrum + PYPKG + '/*.ico', PYPKG), - (electrum + PYPKG + '/api_keys.ini', PYPKG), + (electrum + PYPKG + '/*.ini', PYPKG), ] datas += collect_data_files('pysatochip')