From 2c2b01e0ac49cfde4cbd04783594f440231b0fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20M=C3=A9ndez=20Gamboa?= Date: Sun, 26 Feb 2017 15:58:58 -0600 Subject: [PATCH] Updating build for linux --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8fb6c4b..7a0faad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,8 @@ script: - make -j4 - mkdir -p appdir/usr/bin ; mkdir -p appdir/usr/share/{applications,icons} ; cd appdir - cp ../esptool-gui usr/bin - - cp ../tools-linux/tool-esptool/esptool usr/bin + - mkdir -p usr/bin/tool-esptool + - cp ../tools-linux/tool-esptool/esptool usr/bin/tool-esptool/ - cp ../*.desktop . - touch esptool-gui.png # FIXME - cd ..