Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Squirrel/Squirrel.Windows
/ getApplicationName
Method
getApplicationName
src/Squirrel/UpdateManager.cs:311–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
}
310
311
static string getApplicationName()
312
{
313
var fi = new FileInfo(getUpdateExe());
314
return fi.Directory.Name;
315
}
316
317
static string getUpdateExe()
318
{
Callers
1
UpdateManager
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected