Re-enable text edits
This commit is contained in:
@@ -66,7 +66,6 @@ fn main() {
|
||||
assert_eq!(unity, &version.trim());
|
||||
|
||||
// 1. texts
|
||||
if arc_number.clone() < 9 {
|
||||
let status = Command::new("python")
|
||||
.env("PYTHONIOENCODING", "utf-8")
|
||||
.arg("scripts/UnityTextModifier.py")
|
||||
@@ -77,7 +76,6 @@ fn main() {
|
||||
.expect("failed to execute UnityTextModifier.py");
|
||||
|
||||
assert!(status.success());
|
||||
}
|
||||
|
||||
// 2. images
|
||||
copy_images("assets/images/shared", &directory_assets);
|
||||
|
||||
Reference in New Issue
Block a user