mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add support ClickOnce application
ex. Github for Windows use this file extension
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Wox
|
||||
private static List<string> selfExts = new List<string>() {
|
||||
".exe", ".lnk",
|
||||
".ani", ".cur",
|
||||
".sln"
|
||||
".sln", ".appref-ms"
|
||||
};
|
||||
|
||||
private static ImageSource GetIcon(string fileName)
|
||||
|
||||
Reference in New Issue
Block a user