We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a2a13 commit 0e6b59aCopy full SHA for 0e6b59a
.github/workflows/automaticRelease.yaml
@@ -187,7 +187,7 @@ jobs:
187
unzip libmathcat_py-32-3.11-win.zip
188
mv libmathcat_py.pyd Rules.zip addon/globalPlugins/MathCAT
189
cd addon/globalPlugins/MathCAT
190
- sed 's/^import wx\.xrc/# import wx.xrc/' --in-place MathCATgui.py" # fix wx file
+ sed 's/^import wx\.xrc/# import wx.xrc/' --in-place MathCATgui.py # fix wx file
191
unzip Rules.zip
192
rm Rules.zip
193
# build the addon
0 commit comments