Skip to content

Commit

Permalink
Fix target binary
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Oct 17, 2024
1 parent 6c6a9ca commit 988a8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/Stremio.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 988a8eb

Please sign in to comment.