Try adding current Windows DLL as a UWP dependency as well.

This commit is contained in:
Nolan Darilek 2020-06-10 20:59:31 -05:00
parent b076b78eb5
commit d115470c0d
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -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]