Update export.gd to support extend environments #29

Merged
Bioblaze merged 2 commits from patch-1 into main 2023-05-23 19:57:38 +00:00
Showing only changes of commit f9134f30f7 - Show all commits

View File

@@ -2,7 +2,6 @@
extends EditorExportPlugin
func _export_file(_path, _type, features) -> void:
print("FEATURES: ", features)
if features.find("windows",0) != -1:
if features.find("x86_64",0) != -1:
add_shared_object("res://addons/discord-sdk-gd/bin/windows/discord_game_sdk.dll",[],"/")