feat: expose application version and update CI release workflow
Release / release (pull_request) Successful in 1m4s
Release / release (pull_request) Successful in 1m4s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user