Merge branch 'master' of git://git.netsurf-browser.org/netsurf
This commit is contained in:
commit
df3f1237c7
|
@ -423,7 +423,7 @@
|
|||
)
|
||||
)
|
||||
|
||||
(complete 19)
|
||||
(complete 18)
|
||||
|
||||
(if (>= osver 53)
|
||||
(
|
||||
|
@ -443,6 +443,19 @@
|
|||
)
|
||||
)
|
||||
|
||||
(complete 19)
|
||||
|
||||
(set #runfixfonts
|
||||
(askbool
|
||||
(prompt "Installer will run FixFonts after NetSurf is installed. "
|
||||
"Unless you have a *very* good reason you should not skip this step.")
|
||||
(help "FixFonts corrects inconsistencies in the Amiga FONTS: structure. "
|
||||
"Running it will prevent NetSurf hitting problems when the fonts are scanned.")
|
||||
(default 1)
|
||||
(choices "Run FixFonts" "Skip")
|
||||
)
|
||||
)
|
||||
|
||||
(complete 20)
|
||||
|
||||
(set #netsurf-name (select #cairo-version #static-filename #cairo-filename))
|
||||
|
@ -627,6 +640,16 @@
|
|||
)
|
||||
)
|
||||
|
||||
(complete 99)
|
||||
|
||||
(working "Running FixFonts")
|
||||
|
||||
(if #runfixfonts
|
||||
(
|
||||
(run "SYS:System/FixFonts")
|
||||
)
|
||||
)
|
||||
|
||||
(complete 100)
|
||||
|
||||
(if (= #AutoInstall 1)
|
||||
|
|
Loading…
Reference in New Issue