From fd1e78d2b2285ab8635d638c425459a14ae21de0 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 25 Jan 2011 14:44:42 -0500 Subject: error handling style modifying the directories so they find the assets in the right locations --- install/ui/Makefile.am | 1 + install/ui/Static-Background.png | Bin 0 -> 183 bytes 2 files changed, 1 insertion(+) create mode 100644 install/ui/Static-Background.png (limited to 'install/ui') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index b8b192db..88dd6b16 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -12,6 +12,7 @@ app_DATA = \ add.js \ associate.js \ caution.png \ + centered-bg.png \ check.png \ ipa_logo_180x50.png \ ipa.js \ diff --git a/install/ui/Static-Background.png b/install/ui/Static-Background.png new file mode 100644 index 00000000..b8c28931 Binary files /dev/null and b/install/ui/Static-Background.png differ -- cgit