mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: GUI: rename win_arm64 to windows_arm
jira: no-jira Change-Id: I01eeb96efb06ec779f1338d1207f7f6641c2bc58 (cherry picked from commit bbf32fd6f7ffbf543c28882ff3801108942fb399)
This commit is contained in:
@@ -2065,7 +2065,7 @@ std::map<std::string, std::string> GUI_App::get_extra_header()
|
||||
#ifdef _M_X64
|
||||
extra_headers.insert(std::make_pair("X-BBL-OS-Type", "windows"));
|
||||
#else
|
||||
extra_headers.insert(std::make_pair("X-BBL-OS-Type", "win_arm64"));
|
||||
extra_headers.insert(std::make_pair("X-BBL-OS-Type", "windows_arm"));
|
||||
#endif
|
||||
#elif defined(__APPLE__)
|
||||
extra_headers.insert(std::make_pair("X-BBL-OS-Type", "macos"));
|
||||
|
||||
Reference in New Issue
Block a user