From a09a5c4f71364b48cebd26237f2253e516ebd0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=8C=AF=E4=BC=9F?= Date: Tue, 27 Feb 2024 09:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20CI=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 build 逻辑单独放到了 ps 脚本里 --- .github/utils/pack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/utils/pack.js b/.github/utils/pack.js index 61e60cd..b5053ad 100644 --- a/.github/utils/pack.js +++ b/.github/utils/pack.js @@ -6,7 +6,7 @@ var generateEvb = require('generate-evb'); function parseArgs() { const args = process.argv.slice(2); const options = { - evbCliPath: 'enigmavbconsole.exe', + evbCliPath: './.github/utils/enigmavbconsole.exe', projectName: 'SDUNetCheckTool.evb', inputExe: 'SduNetCheckTool.GUI/bin/x64/Release/SduNetCheckTool.GUI.exe', outputExe: 'build/SduNetCheckTool.GUI_boxed.exe',