Skip to content

Commit

Permalink
bump bevy
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed May 30, 2024
1 parent 914ff11 commit ae5e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@dcl/sdk-commands/src/logic/dao-explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum SupportedPlatform {
}

const BEVY_BASE_URL =
'https://github.com/decentraland/bevy-explorer/releases/download/alpha-2024-05-25-12-28-51/bevy-explorer-2024-05-25-12-28-51'
'https://github.com/decentraland/bevy-explorer/releases/download/alpha-2024-05-28-11-15-26/bevy-explorer-2024-05-28-11-15-26'
const BEVY_URL_PLATFORM_SUFFIX: Record<SupportedPlatform, string> = {
[SupportedPlatform.SP_LINUX_X64]: 'linux-x86_64.tar.gz',
[SupportedPlatform.SP_MACOS_ARM64]: 'macos-m1m2.tar.gz',
Expand Down

0 comments on commit ae5e11c

Please sign in to comment.