Browse Source

modify:app name

master
tianzhendong 10 months ago
parent
commit
dd43222a20
  1. 2
      Src/main.cpp

2
Src/main.cpp

@ -32,7 +32,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
APPNAME = "LaunchControl"; APPNAME = "FlightDataAnalysis";
APPVERSION = "0"; APPVERSION = "0";
} }
CHECK_URL = CHECK_URL + APPNAME + "/updates.json"; CHECK_URL = CHECK_URL + APPNAME + "/updates.json";

Loading…
Cancel
Save