Skip to content

Commit

Permalink
Updated Pipeline To Support Multi-OS & Added Support for PyPI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Apr 13, 2024
1 parent b1c10bc commit 7fe22d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class Constants:
APP_VERSION = '0.1.2' # Version of the application
APP_PACKAGE_NAME = 'pym3u8downloaderui' # Package name of the application
APP_PACKAGE_DESCRIPTION = """
M3U8 Downloader UI is a Python-based graphical user interface (GUI) application designed
to simplify the process of downloading and concatenating video files using the
pym3u8downloader package. This application streamlines the task of downloading and
M3U8 Downloader UI is a Python-based graphical user interface (GUI) application designed
to simplify the process of downloading and concatenating video files using the
pym3u8downloader package. This application streamlines the task of downloading and
merging video files from M3U8 playlists.
""" # Description of the application
APP_WINDOW_WIDTH = 450 # Width of the application window
Expand Down

0 comments on commit 7fe22d4

Please sign in to comment.