File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
uses : jurplel/install-qt-action@v4
20
20
with :
21
21
version : ' 6.7.*'
22
- modules : ' qtpositioning qtwebchannel qtwebengine qtwebview'
22
+ modules : ' qtpositioning qtserialport qtwebchannel qtwebengine qtwebview'
23
23
24
24
- name : Install NuSpell using vcpkg
25
25
shell : cmd
@@ -43,13 +43,15 @@ jobs:
43
43
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
44
44
45
45
- name : Create Package
46
+ env :
47
+ VCINSTALLDIR : ' C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC'
46
48
shell : cmd
47
49
run : |
48
50
mkdir InyokaEdit\plugins
49
51
mkdir InyokaEdit\community
50
52
copy build-cmake\application\Release\InyokaEdit.exe InyokaEdit\InyokaEdit.exe
51
53
windeployqt --release --no-translations --no-opengl-sw InyokaEdit\InyokaEdit.exe
52
- lconvert -o InyokaEdit\translations\qt_de.qm ${env: QT_ROOT_DIR} \translations\qtbase_de.qm ${env: QT_ROOT_DIR} \translations\qtwebengine_de.qm
54
+ lconvert -o InyokaEdit\translations\qt_de.qm % QT_ROOT_DIR% \translations\qtbase_de.qm % QT_ROOT_DIR% \translations\qtwebengine_de.qm
53
55
copy COPYING InyokaEdit\
54
56
copy application\3rdparty\miniz\LICENSE InyokaEdit\Miniz_License.txt
55
57
copy packaging\Windows\ICU_License.txt InyokaEdit\
You can’t perform that action at this time.
0 commit comments