Improve update UI

This commit is contained in:
Geomitron
2024-07-10 23:15:38 -05:00
parent ba357d5fea
commit 0c8b20c3e9
9 changed files with 53 additions and 39 deletions

View File

@@ -44,3 +44,7 @@ export function showFolder(folderPath: string) {
export function showFile(filePath: string) {
shell.showItemInFolder(filePath)
}
export async function getPlatform() {
return process.platform
}