Skip to content

Commit

Permalink
test ulmo
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 4, 2024
1 parent d58c12c commit 54ab510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 'ULFO',
format: "ULMO",
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: 'ULFO',
format: "ULMO",
contents: [
{ x: 448, y: 344, type: 'link', path: '/Applications' },
{
Expand Down

0 comments on commit 54ab510

Please sign in to comment.