mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-16 23:40:32 +08:00
fix: Update OS_PLATFORM definition to reflect the current platform
This commit is contained in:
parent
4c41144dd0
commit
1787d5372e
@ -162,6 +162,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
define: {
|
define: {
|
||||||
OS_PLATFORM: '"unknown"',
|
OS_PLATFORM: `"${process.platform}"`,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user