Skip to content

Commit 903062c

Browse files
committed
CI
1 parent 3af93d0 commit 903062c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/windows.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: jurplel/install-qt-action@v4
2020
with:
2121
version: '6.7.*'
22-
modules: 'qtpositioning qtwebchannel qtwebengine qtwebview'
22+
modules: 'qtpositioning qtserialport qtwebchannel qtwebengine qtwebview'
2323

2424
- name: Install NuSpell using vcpkg
2525
shell: cmd
@@ -43,13 +43,15 @@ jobs:
4343
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
4444
4545
- name: Create Package
46+
env:
47+
VCINSTALLDIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC'
4648
shell: cmd
4749
run: |
4850
mkdir InyokaEdit\plugins
4951
mkdir InyokaEdit\community
5052
copy build-cmake\application\Release\InyokaEdit.exe InyokaEdit\InyokaEdit.exe
5153
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
5355
copy COPYING InyokaEdit\
5456
copy application\3rdparty\miniz\LICENSE InyokaEdit\Miniz_License.txt
5557
copy packaging\Windows\ICU_License.txt InyokaEdit\

0 commit comments

Comments
 (0)