From d211fc28eec9f50bb127272c133044eae35d782a Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Mon, 7 Sep 2015 18:22:30 -0700 Subject: Update ui-macos sources.list with new icon names I looks like building the app UI for OS X has been broken since https://github.com/sshuttle/sshuttle/commit/9eced8d0494e8d44b28db21f5643d824710c07a1 due to the sources.list.do file still referencing the old .png images. Without this fix the build will stop at: do chicken-tiny.png do: Users/elasticdog/sshuttle/src/ui-macos/chicken-tiny.png: no .do file do: Sshuttle VPN.app: got exit code 1 do: Sshuttle VPN.app.zip: got exit code 1 do: dist: got exit code 1 do: ui-macos/all: got exit code 1 do: all: got exit code 1 --- src/ui-macos/sources.list.do | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui-macos/sources.list.do b/src/ui-macos/sources.list.do index b2e85c7..695f4ce 100644 --- a/src/ui-macos/sources.list.do +++ b/src/ui-macos/sources.list.do @@ -4,9 +4,9 @@ cat <<-EOF app.icns MainMenu.nib English.lproj/MainMenu.nib UserDefaults.plist - chicken-tiny.png - chicken-tiny-bw.png - chicken-tiny-err.png + ChickenIdleTemplate.pdf + ChickenRunningTemplate.pdf + ChickenErrorTemplate.pdf EOF for d in *.py sshuttle/*.py sshuttle/sshuttle sshuttle/compat/*.py; do echo $d -- cgit v1.2.3