Merge pull request #21 from vaporvee/fixed-error-when-exporting-project

fixed error when exporting project #20
This commit is contained in:
Yannik
2023-05-15 18:39:29 +02:00
committed by GitHub

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