diff --git a/api/app.spec b/api/app.spec index 8de48194..26cf43b8 100644 --- a/api/app.spec +++ b/api/app.spec @@ -1,10 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -# Import necessary modules -# from PyInstaller.utils.hooks import collect_data_files -from PyInstaller.utils.hooks import collect_submodules -from PyInstaller.utils.hooks import collect_dynamic_libs - # Specify the entry point Python script entry_point = 'app.py' diff --git a/package.json b/package.json index afca0ced..dd213203 100644 --- a/package.json +++ b/package.json @@ -91,8 +91,8 @@ }, "extraFiles": [ { - "from": "dist/app", - "to": "dist/app", + "from": "dist/windows/app", + "to": "dist/windows/app", "filter": [ "**/*" ]