Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
13cfc2cf
You need to sign in or sign up before continuing.
Commit
13cfc2cf
authored
9 months ago
by
Boris Yumankulov
Committed by
Vitaly Lipatov
5 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play nwjs-ffmpeg-prebuilt: add version support (eterbug #17494)
parent
b9df7f63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
nwjs-ffmpeg-prebuilt.sh
play.d/nwjs-ffmpeg-prebuilt.sh
+5
-2
No files found.
play.d/nwjs-ffmpeg-prebuilt.sh
View file @
13cfc2cf
...
...
@@ -8,7 +8,10 @@ URL="https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/"
.
$(
dirname
$0
)
/common.sh
# https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/download/0.85.0/0.85.0-linux-x64.zip
PKGURL
=
$(
eget
--list
--latest
https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases
"
${
VERSION
}
-linux-x64.zip"
)
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
eget
--list
--latest
https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases
"
${
VERSION
}
-linux-x64.zip"
)
else
PKGURL
=
"https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/download/
$VERSION
/
$VERSION
-linux-x64.zip"
fi
install_pack_pkgurl
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment