fixed error when exporting project #20 #21

Merged
vaporvee merged 1 commits from fixed-error-when-exporting-project into main 2023-05-15 16:39:29 +00:00

View File

@@ -1,7 +1,7 @@
@tool
extends EditorExportPlugin
func _export_file(path, type, features):
func _export_file(_path, _type, features):
if features[2] == "windows":
if features[4] == "x86_64":
add_shared_object("res://addons/discord-sdk-gd/bin/windows/discord_game_sdk.dll",[],"/")