Fix small typo (#857)

This commit is contained in:
Guilherme Silva 2022-12-09 01:02:51 -03:00 committed by GitHub
parent c51b608951
commit 0d13d8873d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
; For license of this file, see <project-root-folder>/LICENSE.md.
!define VERSION "@CMAKE_PROJECT_VERSION@"
!define APP_VERSION "@CMALE_PROJECT_VERSION@"
!define APP_VERSION "@CMAKE_PROJECT_VERSION@"
!define APP_NAME "@APP_NAME@"
!define EXE_NAME "@CMAKE_PROJECT_NAME@.exe"
!define LICENSE_FILE "@CMAKE_SOURCE_DIR@\resources\text\COPYING_GNU_GPL"