Skip to content

Commit

Permalink
Add release dependencies (closes #56).
Browse files Browse the repository at this point in the history
  • Loading branch information
stechyo committed May 20, 2024
1 parent ae94dd5 commit 3c00684
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,24 @@ SteamAudioListener = "res://addons/godot-steam-audio/icons/steam_audio_listener.
SteamAudioConfig = "res://addons/godot-steam-audio/icons/steam_audio_config.svg"
SteamAudioGeometry = "res://addons/godot-steam-audio/icons/steam_audio_geometry.svg"
SteamAudioDynamicGeometry = "res://addons/godot-steam-audio/icons/steam_audio_dynamic_geometry.svg"

[dependencies]

windows.x86_64.debug = {
"res://addons/godot-steam-audio/bin/phonon.dll": "",
"res://addons/godot-steam-audio/bin/phonon.lib": "",
"res://addons/godot-steam-audio/bin/TrueAudioNext.dll": "",
"res://addons/godot-steam-audio/bin/GPUUtilities.dll": ""
}
windows.x86_64.release = {
"res://addons/godot-steam-audio/bin/phonon.dll": "",
"res://addons/godot-steam-audio/bin/phonon.lib": "",
"res://addons/godot-steam-audio/bin/TrueAudioNext.dll": "",
"res://addons/godot-steam-audio/bin/GPUUtilities.dll": ""
}
linux.x86_64.debug = {
"res://addons/godot-steam-audio/bin/libphonon.so": ""
}
linux.x86_64.release = {
"res://addons/godot-steam-audio/bin/libphonon.so": ""
}

0 comments on commit 3c00684

Please sign in to comment.