File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,12 @@ jobs:
19
19
run : python scripts\download.py
20
20
- name : Download OpenSSL
21
21
run : choco install -y openssl --version=1.1.1.2100 --x86
22
- echo 1234567890
23
- dir C:\OpenSSL-Light
24
- dir C:\OpenSSL
25
- dir C:\OpenSSL-Light\bin
26
- dir C:\OpenSSL\bin
27
22
- name : Build MSI Package
28
23
id : build
29
24
shell : cmd
30
25
run : |
31
- set QTDIR=%Qt5_DIR%
32
- set OPENSSL=C:\Program Files (x86)\OpenSSL-Win32
26
+ set " QTDIR=%Qt5_DIR%"
27
+ set " OPENSSL=C:\Program Files (x86)\OpenSSL-Win32"
33
28
set PATH=%PATH%;C:\Program Files (x86)\WiX Toolset v3.11\bin
34
29
call scripts\windows\packages\msi\build.msi.bat || exit
35
30
set /p VERSION=<VERSION
65
60
id : build
66
61
shell : cmd
67
62
run : |
68
- set QTDIR=%Qt5_DIR%
69
- set OPENSSL=C:\Program Files (x86)\OpenSSL-Win32\bin
63
+ set " QTDIR=%Qt5_DIR%"
64
+ set " OPENSSL=C:\Program Files (x86)\OpenSSL-Win32\bin"
70
65
call "scripts\windows\packages\zip\build.zip.bat" || exit
71
66
set /p VERSION=<VERSION
72
67
echo VERSION=%VERSION%>>%GITHUB_ENV%
You can’t perform that action at this time.
0 commit comments