重写连接符号

This commit is contained in:
wszqkzqk 2022-07-24 15:46:59 +08:00
parent 0a609f7c42
commit 10de70d0b9
2 changed files with 16 additions and 16 deletions

View File

@ -127,14 +127,14 @@ jobs:
- name: Build pypvz with Nuitka - name: Build pypvz with Nuitka
run: | run: |
echo y | python -m nuitka --standalone ` echo y | python -m nuitka --standalone \
--onefile ` --onefile \
--show-progress ` --show-progress \
--show-memory ` --show-memory \
--output-dir=out ` --output-dir=out \
--linux-onefile-icon==pypvz.ico ` --linux-onefile-icon=pypvz.ico \
--include-data-dir=resources=resources ` --include-data-dir=resources=resources \
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage ` -o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage \
main.py main.py
# artifact压缩包处上传包含运行环境的文件夹 # artifact压缩包处上传包含运行环境的文件夹

View File

@ -129,14 +129,14 @@ jobs:
- name: Build pypvz with Nuitka - name: Build pypvz with Nuitka
run: | run: |
echo y | python -m nuitka --standalone ` echo y | python -m nuitka --standalone \
--onefile ` --onefile \
--show-progress ` --show-progress \
--show-memory ` --show-memory \
--output-dir=out ` --output-dir=out \
--linux-onefile-icon==pypvz.ico ` --linux-onefile-icon=pypvz.ico \
--include-data-dir=resources=resources ` --include-data-dir=resources=resources \
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage ` -o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage \
main.py main.py
# artifact压缩包处上传包含运行环境的文件夹 # artifact压缩包处上传包含运行环境的文件夹