重写连接符号

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
run: |
echo y | python -m nuitka --standalone `
--onefile `
--show-progress `
--show-memory `
--output-dir=out `
--linux-onefile-icon==pypvz.ico `
--include-data-dir=resources=resources `
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage `
echo y | python -m nuitka --standalone \
--onefile \
--show-progress \
--show-memory \
--output-dir=out \
--linux-onefile-icon=pypvz.ico \
--include-data-dir=resources=resources \
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.appimage \
main.py
# artifact压缩包处上传包含运行环境的文件夹

View File

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