feat: expose application version and update CI release workflow
Release / release (pull_request) Successful in 1m4s

This commit is contained in:
2026-06-09 13:55:11 +01:00
parent aa69bbb0a5
commit 8c51cee2a5
9 changed files with 145 additions and 90 deletions
+4
View File
@@ -22,6 +22,10 @@ export function GetTransfers() {
return window['go']['main']['App']['GetTransfers']();
}
export function GetVersion() {
return window['go']['main']['App']['GetVersion']();
}
export function ListDir(arg1, arg2) {
return window['go']['main']['App']['ListDir'](arg1, arg2);
}