mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.uppbox: upp.bin moved
This commit is contained in:
parent
2d59b2f79b
commit
a3c8233008
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ String upptmp = tmp + "/upp";
|
|||
String ass = upptmp + "/uppsrc";
|
||||
String upp = home + "/upp.src";
|
||||
String uppsrc = upp + "/uppsrc";
|
||||
String bin = home + "/upp.bin";
|
||||
String bin = "/samba/work/upp.bin";
|
||||
|
||||
int NoDigit(int c) { return IsDigit(c) ? 0 : c; }
|
||||
int FilterVersion(int c) { return c == ':' ? '_' : c; }
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ CONSOLE_APP_MAIN
|
|||
|
||||
SaveFile(release + "/license.chk", "1");
|
||||
|
||||
system("cp " + GetHomeDirFile("upp.bin") + "/" + "*.udc " + release);
|
||||
system("cp /samba/work/upp.bin/*.udc " + release);
|
||||
|
||||
chdir(release_dir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue