mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 11:20:49 +08:00
[Fix] Fixed qm file missing error.
This commit is contained in:
parent
688071dd00
commit
a50ca6a1ea
@ -12,6 +12,7 @@ install:
|
|||||||
- sudo apt-get install qtdeclarative5-dev python3-dev python-dev libpython3-dev
|
- sudo apt-get install qtdeclarative5-dev python3-dev python-dev libpython3-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- lrelease ./Hv2ray.pro
|
||||||
- mkdir build && cd ./build
|
- mkdir build && cd ./build
|
||||||
- QT_SELECT=5 QTDIR=/usr/share/qt5 qmake ../
|
- QT_SELECT=5 QTDIR=/usr/share/qt5 qmake ../
|
||||||
- make
|
- make
|
||||||
|
@ -13,7 +13,7 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- mkdir python37 && xcopy C:\Python37 python37 /E /H /Q
|
- mkdir python37 && xcopy C:\Python37 python37 /E /H /Q
|
||||||
- tools\FixPythonWithMinGW.bat
|
- tools\FixPythonWithMinGW.bat
|
||||||
- cd src
|
- lrelease.exe Hv2ray.pro
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- qmake ..\..\Hv2ray.pro
|
- qmake ..\Hv2ray.pro
|
||||||
- mingw32-make
|
- mingw32-make
|
||||||
|
Loading…
Reference in New Issue
Block a user