From d115470c0d79bb3d6cac87fd154108c085c4649b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 10 Jun 2020 20:59:31 -0500 Subject: [PATCH] Try adding current Windows DLL as a UWP dependency as well. --- godot-tts.gdnlib | 1 + godot-tts.gdnlib.release | 1 + 2 files changed, 2 insertions(+) diff --git a/godot-tts.gdnlib b/godot-tts.gdnlib index 2c3f863..62b7c00 100644 --- a/godot-tts.gdnlib +++ b/godot-tts.gdnlib @@ -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] diff --git a/godot-tts.gdnlib.release b/godot-tts.gdnlib.release index 2e22313..ea65c58 100644 --- a/godot-tts.gdnlib.release +++ b/godot-tts.gdnlib.release @@ -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]