perf: support border radius on Linux, Windows 7 and below

This commit is contained in:
tiny-craft
2023-09-05 14:43:43 +08:00
parent 8912971be0
commit 7e60eec701
7 changed files with 123 additions and 122 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Build frontend assets
shell: bash
run: |
npm install -g npm@8
npm install -g npm@9
jq '.info.productVersion = "${{ steps.normalise_version.outputs.version }}"' wails.json > tmp.json
mv tmp.json wails.json
cd frontend