Skip to content

Commit

Permalink
删除oscol
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Apr 15, 2024
1 parent b8136a5 commit 17126ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 601 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths-ignore:
- '.github/*'
- '*.md'
tags-ignore:
- '*'
pull_request:
paths-ignore:
- '.github/*'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.vscode
osc.exe
osc/aria2c.exe
osc/oscoffline.bat
osc/oscsoftof.txt
osc/xrsoft.exe
osc/apifiles/7z.dll
osc/apifiles/7z.exe
Expand Down
6 changes: 5 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ curl.exe -sSL https://file.uhsea.com/2403/245d2208cc94c71240a0ef24b4fbd928CY.exe

rem aria2c.exe v1.37.0 https://gitlab.com/q3aql/aria2-static-builds
curl.exe -sSL https://file.uhsea.com/2403/de8fd4f9dd9a0ac4b81aaefb72a3ba91KX.exe -o osc\aria2c.exe || exit

rem oscol offline
curl.exe -sSL http://url.xrgzs.top/osconline -o osc\oscoffline.bat || exit
curl.exe -sSL http://url.xrgzs.top/oscsoft -o osc\oscsoftof.txt || exit

rem good thing
curl.exe -sSL https://file.uhsea.com/2404/3c76c9e1413b3d51c7fffd2665183110JA.exe -o osc\xrsoft.exe || exit


:build
rem use github env version first
if not defined GITHUB_WORKFLOW_VERSION (
Expand Down
Loading

0 comments on commit 17126ec

Please sign in to comment.