diff options
| author | Saikari <[email protected]> | 2026-02-15 21:26:21 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-15 21:26:21 +0300 |
| commit | 227449f1d972877ce5e734fb16d937d7b534f7a6 (patch) | |
| tree | 9a0424429c94eede0c95f8656b4dcef510b05870 | |
| parent | 8d8bceff498ab535dd35db3ad9616d185bd5f909 (diff) | |
Fix file_signature assignment in winos.lua
| -rw-r--r-- | xmake/core/sandbox/modules/winos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/winos.lua b/xmake/core/sandbox/modules/winos.lua index 65603897b..0466e746b 100644 --- a/xmake/core/sandbox/modules/winos.lua +++ b/xmake/core/sandbox/modules/winos.lua @@ -34,9 +34,9 @@ sandbox_winos.console_output_cp = winos.console_output_cp sandbox_winos.logical_drives = winos.logical_drives sandbox_winos.cmdargv = winos.cmdargv sandbox_winos.processes = winos.processes -sandbox_winos.file_signature = winos.file_signature sandbox_winos.inherit_handles_safely = winos.inherit_handles_safely sandbox_winos.set_error_mode = winos.set_error_mode +sandbox_winos.file_signature = winos.file_signature -- get windows system version function sandbox_winos.version() |
