Add a missing s

This commit is contained in:
Tomas Groth 2019-03-11 14:46:12 +01:00
parent d583f9a3cb
commit 9381311d7d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#define AppPublisher "OpenLP Developers"
#define AppURL "http://openlp.org/"
#define AppExeName "OpenLP.exe"
#define Arch "%(arch)"
#define Arch "%(arch)s"
#define FileHandle FileOpen("%(branch)s\dist\OpenLP\.version")
#define FileLine FileRead(FileHandle)