We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d6987 commit a16370eCopy full SHA for a16370e
.github/workflows/automaticRelease.yaml
@@ -45,6 +45,7 @@ jobs:
45
- name: Set up addons dir
46
run: |
47
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
48
+ cp target/i686-pc-windows-msvc/release/libmathcat_py.dll libmathcat-32-3.11.pyd
49
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py" # fix wx file
50
- name: Upload addons dir to use with scons
51
uses: actions/upload-artifact@v4
@@ -89,4 +90,4 @@ jobs:
89
90
title: Development Build
91
files: |
92
*.nvda-addon
- addon/globalPlugins/MathCAT/libmathcat.pyd
93
+ libmathcat-32-3.11.pyd
0 commit comments