Skip to content

Commit e31d732

Browse files
committed
svg render hack removed from msi build script
1 parent fd6f58b commit e31d732

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/build_msi.bat

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set "target_version=%~1"
44
REM Include win32ctypes and keyring backend modules manually
55
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
66

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-
107
REM Build MSI
118
cxfreeze bdist_msi --skip-build
129
move dist\*.msi "dist\finch-%target_version%-windows-x86_64.msi"

0 commit comments

Comments
 (0)