Skip to content

Commit

Permalink
wininst: new ci build
Browse files Browse the repository at this point in the history
gtk 3.24, glib 2.58
  • Loading branch information
lazka committed Sep 7, 2018
1 parent b05c3fb commit 0089ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USER user
ENV WINEPREFIX /home/user/_wineprefix
ENV WINEDEBUG -all

RUN curl -o win-inst.exe -J -L https://github.com/quodlibet/quodlibet/releases/download/ci/quodlibet-latest-installer-v2.exe \
RUN curl -o win-inst.exe -J -L https://github.com/quodlibet/quodlibet/releases/download/ci/quodlibet-latest-installer-v3.exe \
&& wine win-inst.exe /S /D=$(winepath -w "$PWD/Quod Libet") \
&& mv "Quod Libet" _win_inst \
&& rm win-inst.exe \
Expand Down
2 changes: 1 addition & 1 deletion win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function install_deps {
PIP_REQUIREMENTS="\
feedparser==5.2.1
musicbrainzngs==0.6
mutagen==1.40
mutagen==1.41.1
pycodestyle==2.4.0
pyflakes==2.0.0
"
Expand Down
2 changes: 1 addition & 1 deletion win_installer/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function main {
mingw-w64-i686-python3-certifi \
mingw-w64-i686-python3-coverage

pip3 install --user feedparser musicbrainzngs mutagen pycodestyle pyflakes
pip3 install --user -U feedparser musicbrainzngs mutagen pycodestyle pyflakes
}

main;

0 comments on commit 0089ffc

Please sign in to comment.