Fix target binary

This commit is contained in:
Vladimir Borisov 2024-10-17 14:17:18 +03:00
parent 6c6a9cae45
commit 988a8ebcde
No known key found for this signature in database
GPG key ID: F9A584BE4FCB6603

View file

@ -3,7 +3,7 @@
#define MyAppName "Stremio"
#define MyAppExeName "stremio-shell-ng.exe"
#define MyAppExeLocation SourcePath + "..\target\release\" + MyAppExeName
#define MyAppExeLocation SourcePath + "..\target\i686-pc-windows-msvc\release\" + MyAppExeName
#define MyAppVersion() GetVersionComponents(MyAppExeLocation, Local[0], Local[1], Local[2], Local[3]), \
Str(Local[0]) + "." + Str(Local[1]) + "." + Str(Local[2])