Skip to content

Commit

Permalink
update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lehmann authored and Martin Lehmann committed Apr 24, 2024
1 parent d2ec437 commit 5eff8a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tobix/pywine:3.10
FROM tobix/pywine
MAINTAINER Martin Lehmann (https://github.com/MM-Lehmann)

RUN wine pip install pip-tools --no-warn-script-location --no-cache
Expand Down
4 changes: 2 additions & 2 deletions pptx2h5p.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from win32com import client
from get_image_size import get_image_size

VERSION = "1.3"
YEAR = "2023"
VERSION = "1.3.1"
YEAR = "2024"
target_ratio = 2 # target aspect ratio for slides in h5p


Expand Down

0 comments on commit 5eff8a6

Please sign in to comment.