fixed error when exporting project #20

This commit is contained in:
Yannik
2023-05-15 18:38:30 +02:00
committed by GitHub
parent 5e080bc846
commit edf3e7fab6

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",[],"/")