mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 11:03:13 -05:00
fixed reference to splash file
This commit is contained in:
parent
cf84ee22a9
commit
db22aec51a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Export('env')
|
|||
env.Depends("#main/splash.gen.h", "#main/splash.png")
|
||||
env.Command("#main/splash.gen.h", "#main/splash.png", make_splash)
|
||||
|
||||
env.Depends("#main/splash_editor.gen.h", "#main/splash.png")
|
||||
env.Depends("#main/splash_editor.gen.h", "#main/splash_editor.png")
|
||||
env.Command("#main/splash_editor.gen.h", "#main/splash_editor.png", make_splash_editor)
|
||||
|
||||
env.Depends("#main/app_icon.gen.h", "#main/app_icon.png")
|
||||
|
|
Loading…
Add table
Reference in a new issue