Skip to content

Commit

Permalink
Automatically pushed by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-CSGO committed Nov 19, 2020
1 parent 216257e commit 7fa53e5
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 40 deletions.
12 changes: 8 additions & 4 deletions api.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"Version": "",
"VersionList": [],
"Version": "20201104",
"VersionList": [
"20201104"
],
"ReleaseTime": "",
"CheckTime": "",
"DownloadLink": [],
"CheckTime": "2020-11-19T05:31Z",
"DownloadLink": [
"https://cdn.jsdelivr.net/gh/One-Studio/FFmpeg-Linux64-master@master/dist/ffmpeg-linux64-master.7z"
],
"Format": 1,
"ReleaseNote": ""
}
74 changes: 38 additions & 36 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
{
"TargetOwner": "",
"TargetRepo": "",
"TargetGH": false,
"TargetAPI": "https://johnvansickle.com/ffmpeg/git-readme.txt",
"TargetDLink": "https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz",
"ArchiverOwner": "One-Studio",
"ArchiverRepo": "FFmpeg-Linux64-master",
"ArchiverGH": true,
"ArchiverAPI": "",
"ArchiverVersion": "v1.2.0 custom-ffmpeg-linux",
"Version": "",
"VersionList": [],
"CheckTime": "",
"Format": 1,
"CompRatio": 3,
"DistPath": "dist",
"Filter": [
".zip",
".exe"
],
"DeleteFilter": [
{
"Index": "ffmpeg",
"List": [
"ffprobe",
"manpages"
]
}
],
"RenameFilter": [
{
"Index": "ffmpeg",
"Name": "ffmpeg-linux64-master.7z"
}
]
}
"TargetOwner": "",
"TargetRepo": "",
"TargetGH": false,
"TargetAPI": "https://johnvansickle.com/ffmpeg/git-readme.txt",
"TargetDLink": "https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz",
"ArchiverOwner": "One-Studio",
"ArchiverRepo": "FFmpeg-Linux64-master",
"ArchiverGH": true,
"ArchiverAPI": "",
"ArchiverVersion": "v1.2.0 custom-ffmpeg-linux",
"Version": "20201104",
"VersionList": [
"20201104"
],
"CheckTime": "2020-11-19T05:31Z",
"Format": 1,
"CompRatio": 3,
"DistPath": "dist",
"Filter": [
".zip",
".exe"
],
"DeleteFilter": [
{
"Index": "ffmpeg",
"List": [
"ffprobe",
"manpages"
]
}
],
"RenameFilter": [
{
"Index": "ffmpeg",
"Name": "ffmpeg-linux64-master.7z"
}
]
}
Binary file added dist/ffmpeg-linux64-master.7z
Binary file not shown.
1 change: 1 addition & 0 deletions download_link
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://cdn.jsdelivr.net/gh/One-Studio/FFmpeg-Linux64-master@master/dist/ffmpeg-linux64-master.7z
1 change: 1 addition & 0 deletions old_version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00000000
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20201104

0 comments on commit 7fa53e5

Please sign in to comment.