Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src-tauri/tauri.bundle.windows.nsis.template
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Function .onInit
StrCpy $PassiveMode 1
${EndIf}
; always run in passive mode
; StrCpy $PassiveMode 1
StrCpy $PassiveMode 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forcing $PassiveMode to 1 unconditionally might override any /P option from the command line. If always enforcing passive mode is intended, consider removing or refactoring the earlier conditional block for clarity.


${GetOptions} $CMDLINE "/NS" $NoShortcutMode
${IfNot} ${Errors}
Expand Down
Loading