Skip to content

Commit f788470

Browse files
Add quotes to executable path (#8)
1 parent e87a0ac commit f788470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/protocol_registrar_impl_windows.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ProtocolRegistrarImplWindows extends ProtocolRegistrar {
2525
RegistryValue protocolCmdRegValue = RegistryValue(
2626
'',
2727
RegistryValueType.string,
28-
'$appPath "%1"',
28+
'"$appPath" "%1"',
2929
);
3030

3131
final regKey = Registry.currentUser.createKey(protocolRegKey);

0 commit comments

Comments
 (0)