We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f1dce commit b243333Copy full SHA for b243333
pyproject.toml
@@ -55,7 +55,7 @@ doc = [
55
"sphinx-copybutton==0.5.2",
56
]
57
freeze = [
58
- "pyinstaller==5.13.2",
+ "pyinstaller==6.0.0",
59
"packaging==23.1",
60
"PyGithub==1.59.1",
61
"appdirs==1.4.4",
setup.nsi
@@ -76,7 +76,7 @@ Section "Uninstall" SEC02
76
RMDir "$SMPROGRAMS\Ansys Python Manager"
77
SectionEnd
78
79
-Icon "dist\ansys_python_manager\assets\pyansys_icon.ico"
+Icon "dist\ansys_python_manager\_internal\assets\pyansys_icon.ico"
80
InstallDir "$PROGRAMFILES64\ANSYS Inc\Ansys Python Manager"
81
82
; Define the custom functions for the MUI2 OneClick plugin
0 commit comments