mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-31 04:58:37 +00:00
Feat/action upload release (#108)
* chore: update macos.yml * chore: test * chore: test * chore: test * chore: test * chore: test * chore: update windows.yml * chore: update windows.yml * chore: update windows.yml * chore: update windows.yml * chore: update windows and mac yml * chore: updat macos.yml * chore: update macos.yml * chore: update ubuntu.yml * chore: update build script * docs: update TODO.md * feat: update version to 1.3.0 * chore: update upload release Co-authored-by: rankun <rankun@bytedance.com>
This commit is contained in:
parent
5722d37d0b
commit
9387e4bc29
8 changed files with 134 additions and 257 deletions
|
@ -6,8 +6,9 @@ echo check ENV
|
|||
echo ---------------------------------------------------------------
|
||||
|
||||
# 从环境变量获取必要参数
|
||||
# 例如 /home/barry/Qt5.9.6/5.9.6/gcc_64
|
||||
echo ENV_QT_GCC $ENV_QT_GCC
|
||||
# 例如 /home/barry/Qt5.9.6/5.9.6
|
||||
echo ENV_QT_PATH $ENV_QT_PATH
|
||||
qt_gcc_path=$ENV_QT_PATH/gcc_64
|
||||
|
||||
# 获取绝对路径,保证其他目录执行此脚本依然正确
|
||||
{
|
||||
|
@ -39,7 +40,7 @@ fi
|
|||
echo current build mode: $build_mode
|
||||
|
||||
# 环境变量设置
|
||||
export PATH=$ENV_QT_GCC/bin:$PATH
|
||||
export PATH=$qt_gcc_path/bin:$PATH
|
||||
|
||||
echo
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue