Skip to content

Commit b243333

Browse files
Build(deps-dev): Bump pyinstaller from 5.13.2 to 6.0.0 (#167)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26f1dce commit b243333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ doc = [
5555
"sphinx-copybutton==0.5.2",
5656
]
5757
freeze = [
58-
"pyinstaller==5.13.2",
58+
"pyinstaller==6.0.0",
5959
"packaging==23.1",
6060
"PyGithub==1.59.1",
6161
"appdirs==1.4.4",

setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Section "Uninstall" SEC02
7676
RMDir "$SMPROGRAMS\Ansys Python Manager"
7777
SectionEnd
7878

79-
Icon "dist\ansys_python_manager\assets\pyansys_icon.ico"
79+
Icon "dist\ansys_python_manager\_internal\assets\pyansys_icon.ico"
8080
InstallDir "$PROGRAMFILES64\ANSYS Inc\Ansys Python Manager"
8181

8282
; Define the custom functions for the MUI2 OneClick plugin

0 commit comments

Comments
 (0)