From 02547eeea6931eea12e6d8a36ef21f7252701d25 Mon Sep 17 00:00:00 2001 From: lincube Date: Sun, 19 Apr 2026 20:11:16 +0800 Subject: [PATCH] =?UTF-8?q?feat.=E5=BC=95=E5=85=A5velopack=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=A5=BD=EF=BC=8C=E6=98=AFrust=EF=BC=88=E8=87=B3?= =?UTF-8?q?=E5=B0=91=E5=86=85=E5=AD=98=E5=BE=88=E5=AE=89=E5=85=A8=E4=BA=86?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 ++- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7219d8d..6a205da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -382,7 +382,8 @@ jobs: --mainExe LanMountainDesktop.exe ` --outputDir $outputDir ` --channel win ` - --noPortable + --noPortable ` + --skipVeloAppCheck if ($LASTEXITCODE -ne 0) { Write-Error "Velopack packaging failed." diff --git a/.gitignore b/.gitignore index f9aac1e..cb9265e 100644 --- a/.gitignore +++ b/.gitignore @@ -512,3 +512,5 @@ nul /*.deb /*.dmg /*.AppImage +/velopack-output-local-verify +/velopack-output-local