Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 7aac828

Browse files
committed
Build: Disable UPX compression
1 parent 139b580 commit 7aac828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exe = EXE(
5757
name="ImpartusScraper",
5858
debug=False,
5959
strip=False,
60-
upx=True,
60+
upx=False,
6161
console=False,
6262
windowed=True,
6363
icon=os.path.join(gooey_root, "images", "program_icon.ico"),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ilc-scraper"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A scraper for Impartus Lecture Capture videos for BITS Hyderabad"
55
authors = ["iamkroot <kroot.patel@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)