Skip to content

Commit 3e197fb

Browse files
Directories are case-sensitive on non-Windows OS
1 parent 0964ef7 commit 3e197fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SFR_Panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .SFR_Settings import SFR_Settings
66
from .install_deps import dependencies
77

8-
ICON_DIR_NAME = "icons"
8+
ICON_DIR_NAME = "Icons"
99

1010
class IconManager:
1111
def __init__(self, additional_paths: typing.Optional[typing.List[str]] = None):

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
bl_info = {
2828
"name": "Super Fast Render (SFR)",
2929
"author": "Kevin Lorengel, Chris Bond (Kamikaze)",
30-
"version": (3, 1, 0),
30+
"version": (3, 1, 1),
3131
"blender": (2, 92, 0),
3232
"location": "Properties > Render > Super Fast Render",
3333
"description": "SFR optimizes your scene, so you render faster!",

0 commit comments

Comments
 (0)