Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Apr 28, 2024
1 parent 7a2717f commit 8980af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
echo ${{ github.sha }} > Release.txt
pyinstaller main.spec
mv dist baijing_autohelper
7z a -t7z -r "baijing_autohelper.7z" "baijing_autohelper"
mv dist ok-baijing
7z a -t7z -r "ok-baijing.7z" "ok-baijing"
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='BaiJingZhuShou',
name='ok-baijing',
icon='icon.ico',
debug=False,
bootloader_ignore_signals=False,
Expand Down

0 comments on commit 8980af0

Please sign in to comment.