mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 17:15:49 +00:00
Fix target binary
This commit is contained in:
parent
65c72b8425
commit
b9aa058663
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#define MyAppName "Stremio"
|
#define MyAppName "Stremio"
|
||||||
#define MyAppExeName "stremio-shell-ng.exe"
|
#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]), \
|
#define MyAppVersion() GetVersionComponents(MyAppExeLocation, Local[0], Local[1], Local[2], Local[3]), \
|
||||||
Str(Local[0]) + "." + Str(Local[1]) + "." + Str(Local[2])
|
Str(Local[0]) + "." + Str(Local[1]) + "." + Str(Local[2])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue