Skip to content

Commit 879a0bf

Browse files
committed
chore: remove obsolete icu dll
1 parent 106036a commit 879a0bf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/install-windows.ps1

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ Write-Host "==========================================="
101101

102102
& pyinstaller friture.spec -y --log-level=DEBUG
103103

104-
Write-Host ""
105-
Write-Host "==========================================="
106-
Write-Host "Replace icudt53.dll with smaller version"
107-
Write-Host "==========================================="
108-
109-
# icudt53.dll is huge but needed for Qt
110-
# A stripped down version is available here:
111-
# https://forum.qt.io/topic/37891/minimal-icudt51-dll-icudt52-dll-and-icudt53-dll
112-
# http://qlcplus.sourceforge.net/icudt53.dll
113-
Copy-Item -Path "installer\icudt53.dll" -Destination "dist\friture\icudt53.dll"
114-
115104
Write-Host ""
116105
Write-Host "==========================================="
117106
Write-Host "Archiving the package as a zip file"

0 commit comments

Comments
 (0)