Skip to content

enable OUTPUT key in FileDescription.File#13

Open
alphazeba wants to merge 1 commit intoJLaferri:masterfrom
alphazeba:master
Open

enable OUTPUT key in FileDescription.File#13
alphazeba wants to merge 1 commit intoJLaferri:masterfrom
alphazeba:master

Conversation

@alphazeba
Copy link

problem: i would like to build my codes directly to my dolphin's GALE01.ini file while not including machine specific info in the codes.json file path.

solution: provide $OUTPUT key for file path. users can run

export OUTPUT=/path/to/Dolphin/GameSettings
gecko build

and codes with file path in format

"file": "$OUTPUT/GALE01.ini",

will build to "/path/to/Dolphin/GameSettings/GALE01.ini"

problem: i would like to build my codes directly to my dolphin's
GALE01.ini file while not including machine specific info in the
codes.json file path.

solution: provide $OUTPUT key for file path. users can run
```
export OUTPUT=/path/to/Dolphin/GameSettings
gecko build
```
and codes with file path in format
```
"file": "$OUTPUT/GALE01.ini",
```
will build to "/path/to/Dolphin/GameSettings/GALE01.ini"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant