Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Nov 30, 2023
1 parent 111ca67 commit a932d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ rmdir /Q /S dist
%py% -m PyInstaller "Win.spec"
if %errorlevel% neq 0 goto:error

pause
timeout 5

pushd dist\wingetuiBin\PySide6
Expand Down
2 changes: 1 addition & 1 deletion wingetui/Win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import importlib, os
a = Analysis(['__init__.py'],
pathex=['WingetUI-Store\wingetui_bin'],
binaries=[('*.pyc', '.')],
datas=[('choco-cli/', 'choco-cli/'), ("components/", "components/"), ("data/*.pyc", "data/"), ("ExternalLibraries/*.pyc", "ExternalLibraries/"), ("Interface/", "Interface/"), ("lang/", "lang/"), ("PackageManagers/", "PackageManagers/"), ("resources/", "resources")],
datas=[('choco-cli/', 'choco-cli/'), ("components/", "components/"), ("data/*.pyc", "data/"), ("ExternalLibraries/", "ExternalLibraries/"), ("Interface/", "Interface/"), ("lang/", "lang/"), ("PackageManagers/", "PackageManagers/"), ("resources/", "resources")],
hiddenimports=['pkg_resources.py2_warn', "win32gui", "cls"],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit a932d6d

Please sign in to comment.