Skip to content

Commit

Permalink
Update release message to announce video support (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 authored May 6, 2024
1 parent 203bb06 commit ae5ac73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/CliSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function resolveBuildToolsPath(buildToolsPath: string | undefined) {
*/
function latestReleaseMessage() {
const messages = [
`- App details page now supports video files. (mp4 file format only and minimum resolution 720p)`,
`- priority fee has been updated to ${Constants.DEFAULT_PRIORITY_FEE} lamports = ${Constants.DEFAULT_PRIORITY_FEE / LAMPORTS_PER_SOL} SOL. To adjust this value use param "-p" or "--priority-fee-lamports"`,
`- At least 4 screenshots are now required to update or release a new app`,
`- App icons should be exactly 512x512.`
Expand Down

0 comments on commit ae5ac73

Please sign in to comment.