mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppweb POSIX in download table
git-svn-id: svn://ultimatepp.org/upp/trunk@9222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bdf293a8b8
commit
5b03a16d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -679,7 +679,7 @@ String Downloads()
|
|||
r << "{{1:1:1@L "
|
||||
"[^app$ide$install$en-us.html^ U`+`+ for Windows with TDM64 toolchain]:: "
|
||||
"[^app$ide$install$en-us.html^ U`+`+ for Windows without toolchain]:: "
|
||||
"[^www$uppweb$uppx11$en-us.html^ Posix/X11 tarball]";
|
||||
"[^www$uppweb$uppx11$en-us.html^ POSIX/X11 tarball]";
|
||||
FindFile ff(AppendFileName(targetdir, "downloads/*.*"));
|
||||
Vector<Time> tm;
|
||||
Vector<String> fn;
|
||||
|
|
@ -728,7 +728,7 @@ struct ProgramData {
|
|||
("diffdir", diffdir)
|
||||
("pdfdir", pdfdir)
|
||||
("ftpUpload", ftpUpload)
|
||||
("outPdf", outPdf)
|
||||
("outPdf", outPdf)
|
||||
("doSvn", doSvn)
|
||||
("outHtml", outHtml)
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue