mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.uppbox
This commit is contained in:
parent
022c6e5c3a
commit
0341617ede
3 changed files with 3 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ void Make(String pkg, String exe, String method = "CLANGx64")
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
String version = AsString(atoi(LoadFile("u:/upp-revision")));
|
||||
String version = AsString(atoi(LoadFile("u:/upp-revision")) + 2270);
|
||||
Log("version: " + version);
|
||||
|
||||
DeleteFolderDeep(tmp);
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ int FilterVersion(int c) { return c == ':' ? '_' : c; }
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
String version = AsString(atoi(LoadFile(GetHomeDirFile("upp-revision"))));
|
||||
String version = AsString(atoi(LoadFile(GetHomeDirFile("upp-revision"))) + 2270);
|
||||
Log("version: " + version);
|
||||
|
||||
DeleteFolderDeep(release);
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ CONSOLE_APP_MAIN
|
|||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
String version = AsString(atoi(LoadFile(GetHomeDirFile("upp-revision"))));
|
||||
String version = AsString(atoi(LoadFile(GetHomeDirFile("upp-revision"))) + 2270);
|
||||
RLOG("version: " + version);
|
||||
|
||||
DeleteFolderDeep(release);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue