diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:48:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:50 +0100 |
commit | 3c0cb7236ce1400104dc1e113a77c16d3f209996 (patch) | |
tree | dd83d0d4e78d28bb70b2af2300618c7becd61d04 | |
parent | 8eee18f79c096c312dc1cedc2bf443b174437754 (diff) |
installer: use build/
-rw-r--r-- | installer/opentrack-installer.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 658567b3..2f98aaac 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#include "../build-clion-msvc-dev/opentrack-version.h" +#include "../build/opentrack-version.hxx" #define MyAppName "opentrack" #define MyAppVersion OPENTRACK_VERSION #define MyAppPublisher "opentrack" |