Merge pull request #21 from vaporvee/fixed-error-when-exporting-project
fixed error when exporting project #20
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@tool
|
@tool
|
||||||
extends EditorExportPlugin
|
extends EditorExportPlugin
|
||||||
|
|
||||||
func _export_file(path, type, features):
|
func _export_file(_path, _type, features):
|
||||||
if features[2] == "windows":
|
if features[2] == "windows":
|
||||||
if features[4] == "x86_64":
|
if features[4] == "x86_64":
|
||||||
add_shared_object("res://addons/discord-sdk-gd/bin/windows/discord_game_sdk.dll",[],"/")
|
add_shared_object("res://addons/discord-sdk-gd/bin/windows/discord_game_sdk.dll",[],"/")
|
||||||
|
Reference in New Issue
Block a user