diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb9f2c3..dbef01b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,22 +20,16 @@ jobs: fail-fast: false matrix: build: - - name: 'linux-amd64' - platform: 'linux/amd64' - os: 'ubuntu-latest' - - name: 'linux-arm64' - platform: 'linux/arm64' - os: 'ubuntu-latest' - name: 'windows-amd64' platform: 'windows/amd64' os: 'windows-latest' - name: 'windows-arm64' platform: 'windows/arm64' os: 'windows-latest' - - name: 'darwin-amd64' + - name: 'mac-amd64' platform: 'darwin/amd64' os: 'macos-latest' - - name: 'darwin-arm64' + - name: 'mac-arm64' platform: 'darwin/arm64' os: 'macos-latest' diff --git a/wails.json b/wails.json index e9ce3d7..e87f6be 100644 --- a/wails.json +++ b/wails.json @@ -1,7 +1,7 @@ { "$schema": "https://wails.io/schemas/config.v2.json", "name": "小鸦抢课", - "outputfilename": "xyqk", + "outputfilename": "小鸦抢课", "frontend:install": "bun install", "frontend:build": "bun run build", "frontend:dev:watcher": "bun run dev",