Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
SubtitleComposer
Commits
90c4bd59
Commit
90c4bd59
authored
Nov 24, 2020
by
Mladen Milinkovic
Browse files
Fixed system update in docker build
parent
8a4ba8d6
Changes
1
Show whitespace changes
Inline
Side-by-side
pkg/mingw/build.sh
View file @
90c4bd59
...
@@ -6,7 +6,8 @@ appver="$(git describe --always --abbrev=8 | sed 's/-g/./;s/-/./;s/^v//g')"
...
@@ -6,7 +6,8 @@ appver="$(git describe --always --abbrev=8 | sed 's/-g/./;s/-/./;s/^v//g')"
rm
-rf
build &>/dev/null
||
true
rm
-rf
build &>/dev/null
||
true
mkdir
-p
build/nsis
mkdir
-p
build/nsis
sudo
pacman
-Syu
--noconfirm
sudo
pacman
-Sy
--noconfirm
--needed
archlinux-keyring
sudo
pacman
-Su
--noconfirm
sudo
pacman
-S
--noconfirm
--needed
\
sudo
pacman
-S
--noconfirm
--needed
\
mingw-w64-toolchain mingw-w64-cmake mingw-w64-configure mingw-w64-pkg-config
\
mingw-w64-toolchain mingw-w64-cmake mingw-w64-configure mingw-w64-pkg-config
\
mingw-w64-ffmpeg mingw-w64-qt5 mingw-w64-kf5 nsis
\
mingw-w64-ffmpeg mingw-w64-qt5 mingw-w64-kf5 nsis
\
...
...
Write
Preview
Supports
Markdown
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