Skip to content

Commit f3deefd

Browse files
Application Version: 2.4.1, Backend Version: 6.4.1
1 parent 041ad8e commit f3deefd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kbs",
33
"productName": "Keyboard Sounds",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"description": "https://keyboardsounds.net/",
66
"main": ".webpack/main",
77
"repository": {

kbs-onefile.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a = Analysis(
1414
hookspath=[],
1515
hooksconfig={},
1616
runtime_hooks=[],
17-
excludes=[],
17+
excludes=['libevdev'],
1818
win_no_prefer_redirects=False,
1919
win_private_assemblies=False,
2020
cipher=block_cipher,

kbs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a = Analysis(
1313
hookspath=[],
1414
hooksconfig={},
1515
runtime_hooks=[],
16-
excludes=[],
16+
excludes=['libevdev'],
1717
win_no_prefer_redirects=False,
1818
win_private_assemblies=False,
1919
cipher=block_cipher,

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "keyboardsounds"
3-
version = "6.4.0"
3+
version = "6.4.1"
44
authors = [
55
{ name="Nathan Fiscaletti", email="[email protected]" },
66
]
@@ -23,7 +23,7 @@ dependencies=[
2323
"pydub==0.25.1",
2424
"audioop-lts==0.2.2; python_version>='3.13'",
2525
"pyinstaller==6.16.0",
26-
"libevdev==0.13.1",
26+
"libevdev==0.13.1; sys_platform == 'linux'",
2727
]
2828

2929
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ setuptools==75.3.0
88
pydub==0.25.1
99
audioop-lts==0.2.2; python_version>='3.13'
1010
pyinstaller==6.16.0
11-
libevdev==0.13.1
11+
libevdev==0.13.1; sys_platform == 'linux'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="keyboardsounds",
5-
version="6.4.0",
5+
version="6.4.1",
66
description="Adds the ability to play sounds while typing on any system.",
77
author="Nathan Fiscaletti",
88
author_email="[email protected]",

0 commit comments

Comments
 (0)