-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include community texts in the artifact produced by the CI workflow #11
base: main
Are you sure you want to change the base?
Conversation
Include community text files in the artifact
SOURCES/Assets/Text/README.md
Outdated
|
||
Edit: To support the artifact produced by the CI workflow, ONE_GAME_DIRECTORY currently has no effect on the default location of these texts. Since this may change in the future, by default, if the *ONE_GAME_DIRECTORY* flag was set to *true* in the code, the texts would have to be copied to the exact same location as *'LBA0.exe'*, instead of *'..\Assets\Text'*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add a step to copy LBA0.exe and all the translation CSVs to the same folder before creating the zip artifact, to retain the behaviour of the ONE_GAME_DIRECTORY flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah... Turns out I overlooked the fact that these are Powershell commands so it's fairly simple to put them in the same folder. It should be fixed now and no changes required to the behaviour of ONE_GAME_DIRECTORY any longer
This reverts commit ea3c97b.
No description provided.