electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

Unable to ambiguous matching program name on Windows 10 or 11

Open whxcode opened this issue 1 year ago • 1 comments

”electron-builder": "23.0.3", "electron": "17.4.4",

When installing the reference program packaged by electron-builder on the window 10 or window 11 system, the application cannot be vaguely matched according to the field of the application name through the search bar of window. A name that begins with an application must be entered to match.

For example, my application name is MockplusDT, and I can't match the application by entering DT. Only keywords starting with Mockp can be matched.

I couldn't find a configuration item about setting multiple matching keywords in the Window system in the help documentation. "https://www.electron.build/configuration/win.html"

Is there any other way to deal with this problem? thanks.

whxcode avatar Aug 29 '22 08:08 whxcode

I have found other ways to deal with this problem

whxcode avatar Sep 15 '22 06:09 whxcode

I have found other ways to deal with this problem

whxcode avatar Sep 26 '22 03:09 whxcode