Skip to content

Commit 0aa8f12

Browse files
committed
update app name
1 parent 45a1bde commit 0aa8f12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: matrix.os == 'windows-latest'
3131
run: |
3232
uv run pyinstaller --onefile --windowed `
33-
--name "619LogTool-Win" `
33+
--name "619 Log Tool" `
3434
--icon "1024hat.png" `
3535
--add-data "3840Wide.png;." `
3636
--add-data "1024hat.png;." `
@@ -42,7 +42,7 @@ jobs:
4242
if: matrix.os == 'macos-latest'
4343
run: |
4444
uv run pyinstaller --onefile --windowed \
45-
--name "619LogTool-Mac" \
45+
--name "619 Log Tool" \
4646
--icon "1024hat.png" \
4747
--add-data "3840Wide.png:." \
4848
--add-data "1024hat.png:." \
@@ -54,12 +54,12 @@ jobs:
5454
if: matrix.os == 'windows-latest'
5555
uses: actions/upload-artifact@v4
5656
with:
57-
name: 619LogTool-Windows
57+
name: 619 Log Tool-Windows
5858
path: dist/*.exe
5959

6060
- name: Upload Artifacts (macOS)
6161
if: matrix.os == 'macos-latest'
6262
uses: actions/upload-artifact@v4
6363
with:
64-
name: 619LogTool-macOS
65-
path: dist/*.app
64+
name: 619 Log Tool-macOS
65+
path: "dist/*.app"

0 commit comments

Comments
 (0)