mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
uppbox: MakeInstall6
git-svn-id: svn://ultimatepp.org/upp/trunk@14373 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
68fe80d2bb
commit
c05c02b9ce
3 changed files with 8 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ uses
|
|||
plugin\ftp;
|
||||
|
||||
file
|
||||
README,
|
||||
Main.cpp;
|
||||
|
||||
mainconfig
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue