Skip to content

Commit

Permalink
This kinda breaks installer with background tasks disabled so removed
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Apr 6, 2024
1 parent 68917d8 commit d6600ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions browser/installer/windows/nsis/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,6 @@ Section "-Application" APP_IDX
"DidRegisterDefaultBrowserAgent" $RegisterDefaultAgent
!endif

; Return value is saved to an unused variable to prevent the the error flag
; from being set.
Var /GLOBAL UnusedExecCatchReturn
ExecWait '"$INSTDIR\${FileMainEXE}" --backgroundtask install' $UnusedExecCatchReturn
SectionEnd

; Cleanup operations to perform at the end of the installation.
Expand Down

0 comments on commit d6600ed

Please sign in to comment.