Skip to content

Commit f6704a9

Browse files
committed
Re-create icon file with required name
1 parent 1f2ffb4 commit f6704a9

File tree

3 files changed

+206
-74
lines changed

3 files changed

+206
-74
lines changed

InitGui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import AddonManager
88

9-
FreeCADGui.addLanguagePath(
10-
os.path.join(os.path.dirname(AddonManager.__file__), "Resources", "translations")
11-
)
9+
cwd = os.path.dirname(AddonManager.__file__)
10+
FreeCADGui.addLanguagePath(os.path.join(cwd, "Resources", "translations"))
11+
FreeCADGui.addIconPath(os.path.join(cwd, "Resources", "icons"))
1212
FreeCADGui.addCommand("Std_AddonMgr", AddonManager.CommandAddonManager())

Resources/AddonManager.qrc

Lines changed: 0 additions & 71 deletions
This file was deleted.
Lines changed: 203 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)