重写连接符号
This commit is contained in:
parent
0a609f7c42
commit
10de70d0b9
16
.github/workflows/build-pr.yml
vendored
16
.github/workflows/build-pr.yml
vendored
@ -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压缩包处上传包含运行环境的文件夹
|
||||
|
||||
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -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压缩包处上传包含运行环境的文件夹
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user