mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:05:56 +00:00
Use UWP
rather than UWP.64
to specify the library to load.
This commit is contained in:
parent
85492b52dc
commit
88b20ad586
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
||||||
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
|
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
|
||||||
UWP.64="res://addons/godot-tts/target/debug/godot_tts.dll"
|
UWP="res://addons/godot-tts/target/debug/godot_tts.dll"
|
||||||
X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
||||||
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
||||||
UWP.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
UWP="res://addons/godot-tts/target/release/godot_tts.dll"
|
||||||
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user