fix daily build D
This commit is contained in:
parent
c8375507c2
commit
1cc500c6f6
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -32,7 +32,7 @@
|
|||
#ifndef GTA5SYNC_DAILYB
|
||||
#define GTA5SYNC_APPVER "1.0.0"
|
||||
#else
|
||||
#define GTA5SYNC_APPVER QString("D" + GTA5SYNC_DAILYB)
|
||||
#define GTA5SYNC_APPVER QString("D%1").arg(GTA5SYNC_DAILYB)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue