mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
faster startup on windows by asking for ffmpeg.exe explicitly
rather than just "ffmpeg" which makes windows try to open each of ffmpeg.BAT,CMD,COM,EXE,JS,JSE,MSC,VBE,VBS,WSF,WSH one by one (ffmpeg.js? hello??)
This commit is contained in:
parent
23ca00bba8
commit
91cafc2511
3 changed files with 22 additions and 2 deletions
|
@ -9,7 +9,7 @@ tee build2.sh | cmp build.sh && rm build2.sh || {
|
|||
[[ $r =~ [yY] ]] && mv build{2,}.sh && exec ./build.sh
|
||||
}
|
||||
|
||||
[ -e up2k.sh ] && ./up2k.sh
|
||||
[ -e up2k.sh ] && [ ! "$1" ] && ./up2k.sh
|
||||
|
||||
uname -s | grep WOW64 && m=64 || m=32
|
||||
uname -s | grep NT-10 && w10=1 || w7=1
|
||||
|
@ -73,6 +73,7 @@ excl=(
|
|||
multiprocessing
|
||||
pdb
|
||||
pickle
|
||||
PIL.EpsImagePlugin
|
||||
pyftpdlib.prefork
|
||||
urllib.request
|
||||
urllib.response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue