Fix warning about missing EUDC font om Wondows.

This commit is contained in:
Roman Telezhynskyi 2021-01-30 20:27:19 +02:00
parent d62bf67759
commit 5133cac921
4 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- Improve Windows installer. Avoid crashing on checking if a program is still running. - Improve Windows installer. Avoid crashing on checking if a program is still running.
- Fix regression. Changing dimension value caused an infinite loop. - Fix regression. Changing dimension value caused an infinite loop.
- Fix regression. Export to tiled PDF has no suffix. - Fix regression. Export to tiled PDF has no suffix.
- Fix warning about missing EUDC font om Wondows.
# Version 0.7.42 Jan 26, 2021 # Version 0.7.42 Jan 26, 2021
- Fix export of pattern recipe. - Fix export of pattern recipe.

BIN
dist/win/EUDC.TTE vendored Normal file

Binary file not shown.

View File

@ -228,6 +228,7 @@ Source: ".\valentina\*.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\valentina\*.ini"; DestDir: "{app}"; Flags: ignoreversion Source: ".\valentina\*.ini"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
; DLL used to check if the target program is running at install time ; DLL used to check if the target program is running at install time
Source: ".\valentina\EUDC.TTE"; DestDir: "{fonts}"; FontInstall: "EUDC"; Flags: onlyifdoesntexist uninsneveruninstall
[InstallDelete] [InstallDelete]
Type: filesandordirs; Name: "{app}\translations" Type: filesandordirs; Name: "{app}\translations"

View File

@ -328,6 +328,7 @@ win32:*g++* {
$$PWD/../../../dist/win/s-measurements.ico \ $$PWD/../../../dist/win/s-measurements.ico \
$$PWD/../../../dist/win/pattern.ico \ $$PWD/../../../dist/win/pattern.ico \
$$PWD/../../../dist/win/pdftops.exe \ $$PWD/../../../dist/win/pdftops.exe \
$$PWD/../../../dist/win/EUDC.TTE \
$$PWD/../../../AUTHORS.txt \ $$PWD/../../../AUTHORS.txt \
$$PWD/../../../LICENSE_GPL.txt \ $$PWD/../../../LICENSE_GPL.txt \
$$PWD/../../../README.txt \ $$PWD/../../../README.txt \