mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Update server and ffmpeg
This commit is contained in:
parent
fb9025a0e4
commit
ae8ea1b8ce
12 changed files with 25097 additions and 6279 deletions
BIN
bin/avcodec-58.dll
Normal file
BIN
bin/avcodec-58.dll
Normal file
Binary file not shown.
BIN
bin/avdevice-58.dll
Normal file
BIN
bin/avdevice-58.dll
Normal file
Binary file not shown.
BIN
bin/avfilter-7.dll
Normal file
BIN
bin/avfilter-7.dll
Normal file
Binary file not shown.
BIN
bin/avformat-58.dll
Normal file
BIN
bin/avformat-58.dll
Normal file
Binary file not shown.
BIN
bin/avutil-56.dll
Normal file
BIN
bin/avutil-56.dll
Normal file
Binary file not shown.
BIN
bin/ffmpeg.exe
BIN
bin/ffmpeg.exe
Binary file not shown.
BIN
bin/ffprobe.exe
BIN
bin/ffprobe.exe
Binary file not shown.
BIN
bin/postproc-55.dll
Normal file
BIN
bin/postproc-55.dll
Normal file
Binary file not shown.
BIN
bin/swresample-3.dll
Normal file
BIN
bin/swresample-3.dll
Normal file
Binary file not shown.
BIN
bin/swscale-5.dll
Normal file
BIN
bin/swscale-5.dll
Normal file
Binary file not shown.
31367
server.js
31367
server.js
File diff suppressed because one or more lines are too long
|
|
@ -169,6 +169,15 @@ Source: "{#SourcePath}..\bin\ffmpeg.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "{#SourcePath}..\bin\ffprobe.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
|
Source: "{#SourcePath}..\bin\ffprobe.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
|
||||||
Source: "{#SourcePath}..\bin\stremio-runtime.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
|
Source: "{#SourcePath}..\bin\stremio-runtime.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
|
||||||
Source: "{#SourcePath}..\server.js"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "{#SourcePath}..\server.js"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\avcodec-58.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\avdevice-58.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\avfilter-7.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\avformat-58.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\avutil-56.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\postproc-55.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\swresample-3.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "{#SourcePath}..\bin\swscale-5.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
|
||||||
|
|
||||||
[Registry]
|
[Registry]
|
||||||
; Associate .torrent files if assoctorrent task is selected
|
; Associate .torrent files if assoctorrent task is selected
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue