Skip to content

Commit d211fc2

Browse files
committed
Update ui-macos sources.list with new icon names
I looks like building the app UI for OS X has been broken since sshuttle/sshuttle@9eced8d 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
1 parent f4dac68 commit d211fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui-macos/sources.list.do

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cat <<-EOF
44
app.icns
55
MainMenu.nib English.lproj/MainMenu.nib
66
UserDefaults.plist
7-
chicken-tiny.png
8-
chicken-tiny-bw.png
9-
chicken-tiny-err.png
7+
ChickenIdleTemplate.pdf
8+
ChickenRunningTemplate.pdf
9+
ChickenErrorTemplate.pdf
1010
EOF
1111
for d in *.py sshuttle/*.py sshuttle/sshuttle sshuttle/compat/*.py; do
1212
echo $d

0 commit comments

Comments
 (0)