Skip to content

Commit c3636f0

Browse files
authored
fix releases
1 parent 9cb78b5 commit c3636f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ deploy:
7373
- provider: GitHub
7474
description: 'Auto-created Release'
7575
auth_token:
76-
secure: Ma3h2V4njIQJClEXXBbsTHnRBdtsyXKpCszdcItYhGdx8MHkKupcSZH5QMDENx1K
76+
secure: 06zyQQoLTbDrZIw5UjHOaDSvSiobT+8/V2F2E269BRmDYV5r4HgirmL/1nTMQjOA
7777
draft: true
7878
prerelease: true
7979
on:

bin/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM debian:10
22
RUN apt-get update \
33
&& apt-get upgrade -y \
44
&& apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
5-
&& pip install -U \
5+
&& python3 -m pip install -U \
66
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
77
wxPython \
8-
&& pip install -U pyinstaller python-vlc
8+
&& python3 -m pip install -U pyinstaller python-vlc
99
WORKDIR /app
1010
COPY . .
1111
WORKDIR /app/bin
@@ -14,4 +14,4 @@ RUN python3 ./build.py -novlc \
1414
&& mkdir -p ./FestEngine/locale/ru/LC_MESSAGES \
1515
&& msgfmt -o ./FestEngine/locale/ru/LC_MESSAGES/main.mo \
1616
../src/locale/ru/LC_MESSAGES/main.po
17-
RUN tar -zcvf fest_engine.tar.gz FestEngine
17+
RUN tar -zcvf fest_engine.tar.gz FestEngine

0 commit comments

Comments
 (0)