Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
修改了 CI (#5)
Browse files Browse the repository at this point in the history
将 build 逻辑单独放到了 ps 脚本里
  • Loading branch information
Jenway authored Feb 27, 2024
1 parent 9d741e3 commit a09a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/utils/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a09a5c4

Please sign in to comment.