diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87442ab..3f30e54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,15 +41,12 @@ jobs: with: nuitka-version: main script-name: main.py - onefile: true standalone: true disable-console: true - macos-create-app-bundle: true - name: Upload Artifacts uses: actions/upload-artifact@v4 with: name: ${{ runner.os }} Build path: | - build/*.bin - build/*.app/**/* \ No newline at end of file + build/* \ No newline at end of file diff --git a/.github/workflows/buildwin.yml b/.github/workflows/buildwin.yml index c0d7055..f8cdc4b 100644 --- a/.github/workflows/buildwin.yml +++ b/.github/workflows/buildwin.yml @@ -41,7 +41,6 @@ jobs: with: nuitka-version: main script-name: main.py - onefile: true standalone: true disable-console: true windows-icon-from-ico: ./asset/spicon.ico @@ -51,4 +50,4 @@ jobs: with: name: ${{ runner.os }} Build path: | - build/*.exe \ No newline at end of file + build/* \ No newline at end of file diff --git a/README.md b/README.md index b43aed6..55debef 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ # Simplay Player +![Python requirement](https://img.shields.io/badge/python-≥3.8-brightgreen?logo=python) +![GitHub repo size](https://img.shields.io/github/repo-size/WhatDamon/Simplay-Player) +![GitHub repo license](https://img.shields.io/github/license/WhatDamon/Simplay-Player) +![GitHub Action #1](https://github.com/WhatDamon/Simplay-Player/actions/workflows/build.yml/badge.svg) +![GitHub Action #2](https://github.com/WhatDamon/Simplay-Player/actions/workflows/buildwin.yml/badge.svg) +![GitHub repo stars](https://img.shields.io/github/stars/WhatDamon/Simplay-Player) + > [!IMPORTANT] > WIP! 大部分功能还在开发中, 并且目前也存在着非常严重的恶性 BUG 需要修复, 基本处于勉勉强强可用的状态