Add Server dependency to eliminate error during export.

This commit is contained in:
Nolan Darilek 2020-01-09 20:50:05 -06:00
parent c4646c4b26
commit 934a40e273
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[entry]
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so"

View File

@ -1,5 +1,6 @@
[entry]
Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"