Skip to content

Commit 2e44496

Browse files
authored
Update build.yml
1 parent 9fc2c57 commit 2e44496

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.12'
19-
cache: 'pip' # ここはGitHub標準の設定なのでOKです
19+
cache: 'pip'
2020

2121
- name: Install dependencies
2222
run: |
@@ -28,14 +28,14 @@ jobs:
2828
with:
2929
nuitka-version: main
3030
script-name: VeloFetch.py
31+
# --- 重複を避けるための修正点 ---
3132
mode: app
32-
standalone: true
3333
macos-create-app-bundle: true
3434
disable-console: true
35+
# standalone: true は削除(mode: app に含まれるため)
36+
# ------------------------------
3537
enable-plugins: tk-inter
36-
# macOS用のライブラリパス
3738
include-data-dir: ${{ env.pythonLocation }}/lib/python3.12/site-packages/customtkinter=customtkinter
38-
# --- cache: true を削除しました ---
3939

4040
- name: Upload macOS App
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)