mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 12:43:17 +03:00
Add assetIndex override, npm bump
This commit is contained in:
parent
acdaac526d
commit
08d49deb49
3 changed files with 4 additions and 3 deletions
|
@ -599,7 +599,7 @@ class Handler {
|
|||
'${user_properties}': this.options.authorization.user_properties,
|
||||
'${user_type}': this.options.authorization.meta.type,
|
||||
'${version_name}': this.options.version.number,
|
||||
'${assets_index_name}': this.options.version.custom || this.options.version.number,
|
||||
'${assets_index_name}': this.options.overrides.assetIndex || this.options.version.custom || this.options.version.number,
|
||||
'${game_directory}': this.options.overrides.gameDirectory || this.options.root,
|
||||
'${assets_root}': assetPath,
|
||||
'${game_assets}': assetPath,
|
||||
|
|
Loading…
Add table
Reference in a new issue