瀏覽代碼

Let people build installers for any machine type on Linux, just canonicalize the x86 and x86_64 types.

Adam Ierymenko 11 年之前
父節點
當前提交
644db7a04a
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      buildinstaller.sh

+ 0 - 3
buildinstaller.sh

@@ -38,9 +38,6 @@ case "$system" in
 			x86_64|amd64|x64)
 				machine="x64"
 				;;
-			*)
-				echo "Unsupported machine type: $machine"
-				exit 2
 		esac
 
 		echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"