mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
f2eb1fe7c8
* Put file that needs care back into csv
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
VELOREN_ASSETS="$(pwd)/assets"
|
|
export VELOREN_ASSETS
|
|
|
|
time cargo run --bin i18n-csv --features="stat"
|