Skip to content

Commit

Permalink
fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Feb 5, 2023
1 parent 9cb78b5 commit c3636f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ deploy:
- provider: GitHub
description: 'Auto-created Release'
auth_token:
secure: Ma3h2V4njIQJClEXXBbsTHnRBdtsyXKpCszdcItYhGdx8MHkKupcSZH5QMDENx1K
secure: 06zyQQoLTbDrZIw5UjHOaDSvSiobT+8/V2F2E269BRmDYV5r4HgirmL/1nTMQjOA
draft: true
prerelease: true
on:
Expand Down
6 changes: 3 additions & 3 deletions bin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM debian:10
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y gettext python3 python3-pip vlc libjpeg-dev zlib1g-dev \
&& pip install -U \
&& python3 -m pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 \
wxPython \
&& pip install -U pyinstaller python-vlc
&& python3 -m pip install -U pyinstaller python-vlc
WORKDIR /app
COPY . .
WORKDIR /app/bin
Expand All @@ -14,4 +14,4 @@ RUN python3 ./build.py -novlc \
&& mkdir -p ./FestEngine/locale/ru/LC_MESSAGES \
&& msgfmt -o ./FestEngine/locale/ru/LC_MESSAGES/main.mo \
../src/locale/ru/LC_MESSAGES/main.po
RUN tar -zcvf fest_engine.tar.gz FestEngine
RUN tar -zcvf fest_engine.tar.gz FestEngine

0 comments on commit c3636f0

Please sign in to comment.