Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed Jul 21, 2024
1 parent de8eb4c commit 74eb693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 74eb693

Please sign in to comment.