From 4253045e402559dd60a72687f6fe24d48f8b3055 Mon Sep 17 00:00:00 2001 From: konfiot Date: Thu, 17 Jul 2014 11:12:05 +0200 Subject: [PATCH] =?UTF-8?q?=C3=87a=20risquait=20pas=20de=20marcher=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97ce254..6a44a49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ deploy: api_key: secure: HrIQqdnSY8bMLcHKGAYP1fnyCmzxjN73ALfEqXzFp1gexWEZhhj57nGsC+lkI54WsmOxVExDYc9z5ILtf151R0aT5j/wKJjS3oKSIUTRYmJ9IMAMClirtHCkFy3Y2nvFUvrABW5p6Z6284ochOWFZ6th6+yjAMIeeJsyivLKbJ8= file: Logger21-* + skip_cleanup: true on: repo: mjc-ermont/Cookie-Logger tags: true diff --git a/build.sh b/build.sh index 565fcf0..18684f1 100755 --- a/build.sh +++ b/build.sh @@ -46,6 +46,6 @@ then echo "Building" && /opt/mxe/usr/$ARCH-w64-mingw32.shared/qt/bin/qmake Logger21.pro CONFIG+=release && make - mv release/Logger21 Logger21-$OS-$ARCH + mv release/Logger21.exe Logger21-$OS-$ARCH.exe fi