From 20561ab5745a219c44af36daa1fd9f67de853e15 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 23 Sep 2024 13:24:45 -0500 Subject: [PATCH] disable publish portable for arm64 --- Scripts/post_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 1757ed99e..63dab0ed8 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -130,7 +130,7 @@ function Main { Validate-Directory $o Pack-Squirrel-Installer $p $v $o - Publish-Portable $o $v +# Publish-Portable $o $v } }