Skip to content

Commit

Permalink
change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed May 13, 2024
1 parent d5d1d33 commit 419f936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions api/app.spec
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
},
"extraFiles": [
{
"from": "dist/app",
"to": "dist/app",
"from": "dist/windows/app",
"to": "dist/windows/app",
"filter": [
"**/*"
]
Expand Down

0 comments on commit 419f936

Please sign in to comment.