diff --git a/uppbox/MakeInstall6/Main.cpp b/uppbox/MakeInstall6/Main.cpp index 4a896e6fa..6bb19027f 100644 --- a/uppbox/MakeInstall6/Main.cpp +++ b/uppbox/MakeInstall6/Main.cpp @@ -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); diff --git a/uppbox/MakeInstall6/MakeInstall6.upp b/uppbox/MakeInstall6/MakeInstall6.upp index 33a92c963..2a48bd4f8 100644 --- a/uppbox/MakeInstall6/MakeInstall6.upp +++ b/uppbox/MakeInstall6/MakeInstall6.upp @@ -6,7 +6,6 @@ uses plugin\ftp; file - README, Main.cpp; mainconfig diff --git a/uppbox/MakeInstall6/README b/uppbox/MakeInstall6/README deleted file mode 100644 index df1e6439c..000000000 --- a/uppbox/MakeInstall6/README +++ /dev/null @@ -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.