From 419f936e6e4b28ee853ac7ff77e499f05c24e000 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 13 May 2024 16:18:17 -0700 Subject: [PATCH] change package.json --- api/app.spec | 5 ----- package.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) 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": [ "**/*" ]