Skip to content

Place the build directory under the current directory by default #3

@ewd3v

Description

@ewd3v

Trying to use pesde managed rojo in a build script won't work when the build folder is placed in the system's temp directory (as this directory doesn't have rojo installed).

Current workarounds are:

  • Setting the temp_dir_location to ".", placing it under the current directory.
  • Using the library instead of the script, which allows you to manually spawn the rojo process (under the current directory).

Fixing this would probably involve making the build directory no longer temporary (and by default placing it in the current directory, named "build").

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions