Skip to content

Commit 7afb1a6

Browse files
committed
attempt to fix installer relative path again
1 parent 2eacc11 commit 7afb1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/nsis/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ${StrLoc}
2727
!define SIDEBARIMAGE ""
2828
!define HEADERIMAGE ""
2929
!define MAINBINARYNAME "omp-launcher"
30-
!define MAINBINARYSRCPATH "${__FILEDIR__}..\target\i686-pc-windows-msvc\release\omp-launcher.exe"
30+
!define MAINBINARYSRCPATH "${__FILEDIR__}..\..\omp-launcher.exe"
3131
!define BUNDLEID "mp.open.launcher"
3232
!define COPYRIGHT ""
3333
!define OUTFILE "nsis-output.exe"

0 commit comments

Comments
 (0)