From 36be4df607be4058789137f11d907f8a4bc036b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 17 Aug 2018 11:52:10 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20bundle-linux.sh=20and=20bundle-windows?= =?UTF-8?q?.bat=20=E2=86=92=20bundle.{sh,bat}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shell script is also used by macOS and Windows builds, so calling it 'linux' is a bit silly. --- bundle/{bundle-windows.bat => bundle.bat} | 0 bundle/{bundle-linux.sh => bundle.sh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bundle/{bundle-windows.bat => bundle.bat} (100%) rename bundle/{bundle-linux.sh => bundle.sh} (100%) diff --git a/bundle/bundle-windows.bat b/bundle/bundle.bat similarity index 100% rename from bundle/bundle-windows.bat rename to bundle/bundle.bat diff --git a/bundle/bundle-linux.sh b/bundle/bundle.sh similarity index 100% rename from bundle/bundle-linux.sh rename to bundle/bundle.sh