Skip to content

Commit a5e81f7

Browse files
authored
Fix icon paths in README instructions
Updated paths in README for icon removal and export commands.
1 parent 6a941d6 commit a5e81f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Big thanks and shoutout to spooker0 and theothersarah
88
1. Have `habmodules` and `shipbuildericons` files in `./resources` folder. You can find them at `C:\Program Files (x86)\Steam\steamapps\common\Terra Invicta\TerraInvicta_Data\StreamingAssets\AssetBundles`
99
2. run
1010
```bash
11-
rm -rf ./public/icons/habmodules/ ./public/icons/`shipbuildericons`
11+
rm -rf ./public/icons/habmodules/ ./public/icons/shipbuildericons
1212

13-
python scripts/export_unity_textures.py ./resources ./icons
13+
python scripts/export_unity_textures.py ./resources ./public/icons
1414
```
1515

16-
I am currently using icons from the experimental branch, it should be working fine. If it's not then fix it (like keep two separate icons sets maybe?). For now seems excessive.
16+
I am currently using icons from the experimental branch, it should be working fine. If it's not then fix it (like keep two separate icons sets maybe?). For now seems excessive.

0 commit comments

Comments
 (0)