We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6f58b commit e31d732Copy full SHA for e31d732
scripts/build_msi.bat
@@ -4,9 +4,6 @@ set "target_version=%~1"
4
REM Include win32ctypes and keyring backend modules manually
5
cxfreeze build_exe --includes=keyring.backends.SecretService,keyring.backends.libsecret,keyring.backends.chainer,keyring.backends.Windows,keyring.backends.kwallet,keyring.backends.macOS,win32ctypes.core.ctypes._authentication,win32ctypes.core.ctypes._common,win32ctypes.core.ctypes._dll,win32ctypes.core.ctypes._nl_support,win32ctypes.core.ctypes._resource,win32ctypes.core.ctypes._system_information,win32ctypes.core.ctypes._time,win32ctypes.core.ctypes._util
6
7
-REM Fix SVG render issue. See: https://github.com/marcelotduarte/cx_Freeze/issues/2552
8
-copy "build\exe.win-amd64-3.12\lib\PyQt5\Qt5\plugins\iconengines\Qt5Svg.dll" "build\exe.win-amd64-3.12\lib\PyQt5\Qt5\bin\Qt5Svg.dll"
9
-
10
REM Build MSI
11
cxfreeze bdist_msi --skip-build
12
move dist\*.msi "dist\finch-%target_version%-windows-x86_64.msi"
0 commit comments