Skip to content

Commit

Permalink
Build DMG image for SDK #82 (#84)
Browse files Browse the repository at this point in the history
(cherry picked from commit ba8f2ce)
  • Loading branch information
andreysubbotin committed Mar 3, 2022
1 parent 312f403 commit ee2eb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ if (project.hasProperty('targetOsPlatform')) {

ext.bundlePlatform = '-' + ext.targetOsPlatform;

ext.bundleOutput = file("${rootProject.buildDir}/bundle-" + rootProject["bundlePlatform"])
ext.nativeBundle = file("${ext.bundleOutput}/native-" + rootProject["bundlePlatform"])
ext.bundleOutput = file("${rootProject.buildDir}/bundle" + rootProject["bundlePlatform"])
ext.nativeBundle = file("${ext.bundleOutput}/native" + rootProject["bundlePlatform"])
def buildVersion = rootProject.hasProperty('buildVersion') ? rootProject['buildVersion'] : '1.0-SNAPSHOT'

allprojects {
Expand Down

0 comments on commit ee2eb74

Please sign in to comment.