mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-09 16:15:57 +00:00
Try adding current Windows DLL as a UWP dependency as well.
This commit is contained in:
parent
b076b78eb5
commit
d115470c0d
|
@ -2,6 +2,7 @@
|
|||
|
||||
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
||||
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
|
||||
UWP.64="res://addons/godot-tts/target/debug/godot_tts.dll"
|
||||
X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
||||
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
||||
UWP.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
||||
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue
Block a user