mirror of https://github.com/odrling/Aegisub
[windows] add Amaranth in installer
This commit is contained in:
parent
1817ba6631
commit
8615152bc2
|
@ -40,3 +40,6 @@
|
|||
path = vendor/uchardet
|
||||
url = https://gitlab.freedesktop.org/uchardet/uchardet.git
|
||||
ignore = dirty
|
||||
[submodule "vendor/japan7-fonts"]
|
||||
path = vendor/japan7-fonts
|
||||
url = https://github.com/odrling/japan7-fonts.git
|
||||
|
|
|
@ -50,6 +50,7 @@ ArchitecturesAllowed=x64
|
|||
#include "fragment_automation.iss"
|
||||
#include "fragment_translations.iss"
|
||||
#include "fragment_spelling.iss"
|
||||
#include "fragment_fonts.iss"
|
||||
#ifdef DEPCTRL
|
||||
#include "fragment_runtimes.iss"
|
||||
#endif
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
[Files]
|
||||
DestDir: {app}\FontsLicenses; DestName: Amaranth-OFL.txt; Source: ..\..\vendor\japan7-fonts\Amaranth\OFL.txt; Flags: ignoreversion; Components: fonts
|
||||
DestDir: "{fonts}"; FontInstall: "Amaranth"; Source: ..\..\vendor\japan7-fonts\Amaranth\Amaranth-Regular.ttf; Flags: onlyifdoesntexist uninsneveruninstall; Components: fonts
|
||||
DestDir: "{fonts}"; FontInstall: "Amaranth"; Source: ..\..\vendor\japan7-fonts\Amaranth\Amaranth-Bold.ttf; Flags: onlyifdoesntexist uninsneveruninstall; Components: fonts
|
||||
DestDir: "{fonts}"; FontInstall: "Amaranth"; Source: ..\..\vendor\japan7-fonts\Amaranth\Amaranth-Italic.ttf; Flags: onlyifdoesntexist uninsneveruninstall; Components: fonts
|
||||
DestDir: "{fonts}"; FontInstall: "Amaranth"; Source: ..\..\vendor\japan7-fonts\Amaranth\Amaranth-BoldItalic.ttf; Flags: onlyifdoesntexist uninsneveruninstall; Components: fonts
|
|
@ -46,6 +46,7 @@ Name: "macros\modules\luajson"; Description: "LuaJSON"; Types: full
|
|||
Name: "dictionaries"; Description: "Spellcheck Dictionaries"; Types: full
|
||||
Name: "dictionaries\en_US"; Description: "English (US)"; Types: full
|
||||
Name: "translations"; Description: "Aegisub Translations"; Types: full
|
||||
Name: "fonts"; Description: "Bundled fonts"; Types: full
|
||||
|
||||
[Tasks]
|
||||
Name: "startmenuicon"; Description: "{cm:StartMenuIcon}"; GroupDescription: "{cm:AdditionalIcons}"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 74ef0dea87e3c10bbf0b4df90b663b8868d9cbd5
|
Loading…
Reference in New Issue