uppbox: MakeInstall6

git-svn-id: svn://ultimatepp.org/upp/trunk@14373 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-24 16:48:57 +00:00
parent 68fe80d2bb
commit c05c02b9ce
3 changed files with 8 additions and 9 deletions

View file

@ -93,9 +93,14 @@ CONSOLE_APP_MAIN
RealizeDirectory("u:/upload");
CopyFolder(bin, upptmp, false);
CopyFolder(bin + "/win32", upptmp + "/bin");
SaveFile(upptmp + "/dbghelp.dll", LoadFile(bin + "/win32/clang/x86_64-w64-mingw32/bin/dbghelp.dll"));
SaveFile(upptmp + "/README", LoadDataFile("README"));
CopyFolder(bin + "/win32", upptmp + "/bin");mc
SaveFile(upptmp + "/dbghelp.dll", LoadFile(bin + "/win32.dlls/dbghelp.dll"));
SaveFile(upptmp + "/README",
R"--(Ultimate++ Windows releases
Windows release a simple archive .7z archive. Unpack to directory of your
preference, then just run theide.exe. U++ does not write anything to registry
or outside its directory.)--");
CopyFolders(uppsrc, ass, uppsrc + "/packages");
CopyFolders(uppsrc, ass, uppsrc + "/packages1", false);

View file

@ -6,7 +6,6 @@ uses
plugin\ftp;
file
README,
Main.cpp;
mainconfig

View file

@ -1,5 +0,0 @@
Ultimate++ Windows releases
Windows release a simple archive .7z archive. Unpack to directory of your
preference, then just run theide.exe. U++ does not write anything to registry
or outside its directory.