GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

I agree it is a bit confusing.

I have added a dmgOutputDir and changed the default directory to be the 
project.distsDirName within the build directory. As the .dmg file is a 
distribution, this seems correct. 

The outputDir property probably should have been called "appOutputDir" as it is 
mainly the staging area for the .app directory. I have deprecated "outputDir" 
and replaced it with "appOutputDir". Hopefully this is clearer.

Original comment by [email protected] on 2 Oct 2012 at 9:27

  • Changed state: Fixed

from gradle-macappbundle.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
I'd like to re-open this task. I think the extra new variable to pass is not 
very helpful. Too many choices we don't need.

1. Can we go back to outputDir which was clear and simple?
2. Save both the app and the dmg to the output folder (which is what this task 
was first about)
3. use a temporary folder to stage the dmg contents

Original comment by [email protected] on 5 Oct 2012 at 6:11

from gradle-macappbundle.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Gradle has a convention that "distribution" type items go in 
build/distributions. I want to continue to support that. The .app should not go 
in build/distributions, so there need to be two locations. Having 2 values to 
configure instead of one seems a small price to pay to follow the larger 
convention.

If you want to keep them the same, but only have to change one, do something 
like this:
dmgOutputDir = "where/you/want/it"
appOutputDir = "$->project.macAppBundle.dmgOutputDir"

Original comment by [email protected] on 5 Oct 2012 at 3:02

from gradle-macappbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.