1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-12 21:29:36 +08:00

fix: Code formatting (#1726)

此提交包含在:
Kroese
2026-05-16 02:44:47 +02:00
提交者 GitHub
父節點 fddbebadae
當前提交 7fd7ab3050
+1 -1
查看文件
@@ -594,7 +594,7 @@ getPlatform() {
case "${arch,,}" in case "${arch,,}" in
"0" ) platform="x86" ;; "0" ) platform="x86" ;;
"9" ) platform="x64" ;; "9" ) platform="x64" ;;
"12" )platform="arm64" ;; "12" ) platform="arm64" ;;
esac esac
echo "$platform" echo "$platform"