mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 09:39:48 +00:00
Compare commits
1 commit
c54a11980f
...
18be79a6e1
Author | SHA1 | Date | |
---|---|---|---|
18be79a6e1 |
|
@ -104,10 +104,7 @@ some useful [SYSTEM OPTIONS] are:
|
|||
|
||||
static func set_output(project: Project, next_arg: String) -> void:
|
||||
if not next_arg.is_empty():
|
||||
project.file_name = next_arg.get_file().get_basename()
|
||||
var directory_path = next_arg.get_base_dir()
|
||||
if directory_path != ".":
|
||||
project.export_directory_path = directory_path
|
||||
project.file_name = next_arg.get_basename()
|
||||
var extension := next_arg.get_extension()
|
||||
project.file_format = Export.get_file_format_from_extension(extension)
|
||||
|
||||
|
|
Loading…
Reference in a new issue