Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 4, 2024
1 parent 204af74 commit fe70f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: build mac app
if: matrix.os == 'macos-14'
run: |
appdmg --version
npm run package:mac64
npm run dmg
npm run package:macarm
Expand Down
2 changes: 1 addition & 1 deletion builddmgjsonarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (!fs.existsSync(path2)) {
// 配置对象
let config = {
title: 'SysMocap-macOS-arm64',
format: 'ULMO',
format: 'ULFO',
contents: [
{ x: 448, y: 344, type: 'link', path: '/Applications' },
{
Expand Down
2 changes: 1 addition & 1 deletion builddmgjsonx86.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (!fs.existsSync(path2)) {
// 配置对象
let config = {
title: 'SysMocap-macOS-x64',
format: 'ULMO',
format: 'ULFO',
contents: [
{ x: 448, y: 344, type: 'link', path: '/Applications' },
{
Expand Down

0 comments on commit fe70f59

Please sign in to comment.