mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
refactor(os)!: make platform, arch, type, family, version and exe_extension functions sync (#1353)
closes #1351
This commit is contained in:
@@ -6,5 +6,11 @@
|
||||
Object.defineProperty(window, "__TAURI_OS_PLUGIN_INTERNALS__", {
|
||||
value: {
|
||||
eol: __TEMPLATE_eol__,
|
||||
os_type: __TEMPLATE_os_type__,
|
||||
platform: __TEMPLATE_platform__,
|
||||
family: __TEMPLATE_family__,
|
||||
version: __TEMPLATE_version__,
|
||||
arch: __TEMPLATE_arch__,
|
||||
exe_extension: __TEMPLATE_exe_extension__,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user