mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:15:57 +00:00
Add release gdnlib with correct build paths.
This commit is contained in:
parent
461fa27ae0
commit
70fc7e9d43
|
@ -21,7 +21,8 @@ test_script:
|
|||
- cmd: copy target\release\*.dll staging\godot-tts\target\release
|
||||
# - cmd: cd staging
|
||||
# - cmd: 7z a ../windows.zip *
|
||||
- sh: cp godot-tts.gdn* staging/godot-tts
|
||||
- sh: cp godot-tts.gdns staging/godot-tts
|
||||
- sh: cp godot-tts.gdnlib.release staging/godot-tts/godot-tts.gdnlib
|
||||
- sh: cp target/release/libgodot_tts.so target/godot-tts/target/release
|
||||
- sh: cd target
|
||||
- sh: zip -r9 godot-tts.zip godot-tts/
|
||||
|
|
15
godot-tts.gdnlib.release
Normal file
15
godot-tts.gdnlib.release
Normal file
|
@ -0,0 +1,15 @@
|
|||
[entry]
|
||||
|
||||
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
|
||||
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
||||
|
||||
[dependencies]
|
||||
|
||||
X11.64=[ ]
|
||||
|
||||
[general]
|
||||
|
||||
singleton=false
|
||||
load_once=true
|
||||
symbol_prefix="godot_"
|
||||
reloadable=true
|
Loading…
Reference in New Issue
Block a user