UI: Implement JavaScript getOS function Windows platform architecture detection #104136

Merged
Márton Lente merged 15 commits from get-os-win-arm into main 2024-11-08 12:03:41 +01:00
Showing only changes of commit e6f033f00e - Show all commits

View File

@ -330,9 +330,6 @@ $analytics_event_name = 'Downloads+Blender';
(async function() { (async function() {
os = await getOS(); os = await getOS();
// TODO: remove console.log
console.log('OS: ' + os);
/* Windows. */ /* Windows. */
if (os == 'windows') { if (os == 'windows') {
showPlatformWarning('This Windows version might not be supported.'); showPlatformWarning('This Windows version might not be supported.');