Skip to content

Commit

Permalink
add macos dmg background
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 25, 2024
1 parent 6da889b commit 6d66dc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file added design/dmg_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions desktop/src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@
"ffmpeg/lib/libswresample.4.dylib",
"ffmpeg/lib/libswscale.7.dylib"
],
"signingIdentity": "-"
"signingIdentity": "-",
"dmg": {
"background": "../../design/dmg_background.png",
"windowSize": {
"height": 400,
"width": 660
}
}
},
"resources": {
"ffmpeg/bin/*": "./"
}
}
}
}

0 comments on commit 6d66dc6

Please sign in to comment.